#625CCB

Color #625CCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #625CCB

Tints of Slate Blue #625CCB

Color information

#625CCB (or 0x625CCB) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and CB. RGB value is (98,92,203). Sum of RGB (Red+Green+Blue) = 98+92+203=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #625CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CCB is #9DA334. Grayscale: #6A6A6A. Windows color (decimal): -10330933 or 13327458. OLE color: 13327458.

HSL color Cylindrical-coordinate representation of color #625CCB: hue angle of 243.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #625CCB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9892203-
CMYK0.520.5500.20
HSL243.24º51.63%57.84%-
HSV(B)243.24º54.68%79.61%-
XYZ19.6414.5658.28-
YUV106.45182.49121.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=24.94%
G=23.41%
B=51.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98922030.520.5500.20243.2451.6357.84
Hex625CCB3437014f3343a
Octal14213431364670243636472
Binary110001010111001100101111010011011101010011110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625CCB; }

 p { color: rgb(98,92,203); }

 H1.HeaderClassName
 {
   color: #625CCB;
 }
 .AnyTagClassName
 {
   color: #625CCB;
 }
</style>
background-color css

<style>
 a { background-color: #625CCB; }

 a { background-color: rgb(98,92,203); }

 div.DivClassName
 {
   background-color: #625CCB;
 }
 .BgClassName
 {
   background-color: #625CCB;
 }
</style>
border-color css

<style>
 span { border-color: #625CCB; }

 span { border-color: rgb(98,92,203); }

 td.TdClassName
 {
   border-color: #625CCB;
 }
 .TagClassName
 {
   border-color: #625CCB;
 }
</style>