Html Css Color HEX #626EDF Slate Blue

📋 copy color: '#626EDF'

red 98 ◦ green 110 ◦ blue 223

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

Shades of Slate Blue #626EDF

Tints of Slate Blue #626EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 22.74%
G = 25.52%
B = 51.74%

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

#626EDF (or 0x626EDF) is known color: Slate Blue. HEX triplet: 62, 6E and DF. RGB value is (98,110,223). Sum of RGB (Red+Green+Blue) = 98+110+223=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #626EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EDF is #9D9120. Grayscale: #767676. Windows color (decimal): -10326305 or 14642786. OLE color: 14642786.

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

Color convert

RGB 98 110 223 -
CMYK 0.56 0.51 0 0.13
HSL 234.24º 0.66% 0.63% -
HSV(B) 234.24º 0.56% 0.87% -
XYZ 23.93 19.08 72.23 -
YUV 119.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 98 110 223 0.56 0.51 0 0.13 234.24 0.66 0.63
Hex 62 6E DF 38 33 0 D EA 42 3F
Octal 142 156 337 70 63 0 15 352 102 77
Binary 1100010 1101110 11011111 111000 110011 0 1101 11101010 1000010 111111

Color Harmonies of #626EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626EDF

Black with #626EDF

Text Example


Text Example

White with #626EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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