Html Css Color HEX #626CDE Slate Blue

📋 copy color: '#626CDE'

red 98 ◦ green 108 ◦ blue 222

#626CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #626CDE

Tints of Slate Blue #626CDE

RGB

 RED value IS 98 (38.67% from 255) = 22.9%

 GREEN value IS 108 (42.58% from 255) = 25.23%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 22.9%
G = 25.23%
B = 51.87%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#626CDE (or 0x626CDE) is known color: Slate Blue. HEX triplet: 62, 6C and DE. RGB value is (98,108,222). Sum of RGB (Red+Green+Blue) = 98+108+222=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #626CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CDE is #9D9321. Grayscale: #757575. Windows color (decimal): -10326818 or 14576738. OLE color: 14576738.

HSL color Cylindrical-coordinate representation of color #626CDE: hue angle of 235.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626CDE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 108 222 -
CMYK 0.56 0.51 0 0.13
HSL 235.16º 0.65% 0.63% -
HSV(B) 235.16º 0.56% 0.87% -
XYZ 23.58 18.6 71.45 -
YUV 118.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 98 108 222 0.56 0.51 0 0.13 235.16 0.65 0.63
Hex 62 6C DE 38 33 0 D EB 41 3F
Octal 142 154 336 70 63 0 15 353 101 77
Binary 1100010 1101100 11011110 111000 110011 0 1101 11101011 1000001 111111

Color Harmonies of #626CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CDE

Black with #626CDE

Text Example


Text Example

White with #626CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626CDE; }

 p { color: rgb(98,108,222); }

 H1.HeaderClassName
 {
   color: #626CDE;
 }
 .AnyTagClassName
 {
   color: #626CDE;
 }
</style>

background-color css

<style>
 a { background-color: #626CDE; }

 a { background-color: rgb(98,108,222); }

 div.DivClassName
 {
   background-color: #626CDE;
 }
 .BgClassName
 {
   background-color: #626CDE;
 }
</style>

border-color css

<style>
 span { border-color: #626CDE; }

 span { border-color: rgb(98,108,222); }

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