Html Css Color HEX #626EDE Slate Blue

📋 copy color: '#626EDE'

red 98 ◦ green 110 ◦ blue 222

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

Shades of Slate Blue #626EDE

Tints of Slate Blue #626EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 22.79%
G = 25.58%
B = 51.63%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#626EDE (or 0x626EDE) is known color: Slate Blue. HEX triplet: 62, 6E and DE. RGB value is (98,110,222). Sum of RGB (Red+Green+Blue) = 98+110+222=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #626EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EDE is #9D9121. Grayscale: #767676. Windows color (decimal): -10326306 or 14577250. OLE color: 14577250.

HSL color Cylindrical-coordinate representation of color #626EDE: hue angle of 234.19º 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 #626EDE is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 110 222 -
CMYK 0.56 0.50 0 0.13
HSL 234.19º 0.65% 0.63% -
HSV(B) 234.19º 0.56% 0.87% -
XYZ 23.8 19.02 71.52 -
YUV 119.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 98 110 222 0.56 0.50 0 0.13 234.19 0.65 0.63
Hex 62 6E DE 38 32 0 D EA 41 3F
Octal 142 156 336 70 62 0 15 352 101 77
Binary 1100010 1101110 11011110 111000 110010 0 1101 11101010 1000001 111111

Color Harmonies of #626EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626EDE

Black with #626EDE

Text Example


Text Example

White with #626EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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