Html Css Color HEX #626ACE Slate Blue

📋 copy color: '#626ACE'

red 98 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #626ACE

Tints of Slate Blue #626ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 23.9%
G = 25.85%
B = 50.24%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#626ACE (or 0x626ACE) is known color: Slate Blue. HEX triplet: 62, 6A and CE. RGB value is (98,106,206). Sum of RGB (Red+Green+Blue) = 98+106+206=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #626ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ACE is #9D9531. Grayscale: #727272. Windows color (decimal): -10327346 or 13527650. OLE color: 13527650.

HSL color Cylindrical-coordinate representation of color #626ACE: hue angle of 235.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #626ACE is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 106 206 -
CMYK 0.52 0.49 0 0.19
HSL 235.56º 0.52% 0.6% -
HSV(B) 235.56º 0.52% 0.81% -
XYZ 21.33 17.36 60.62 -
YUV 115.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 98 106 206 0.52 0.49 0 0.19 235.56 0.52 0.6
Hex 62 6A CE 34 31 0 13 EC 34 3C
Octal 142 152 316 64 61 0 23 354 64 74
Binary 1100010 1101010 11001110 110100 110001 0 10011 11101100 110100 111100

Color Harmonies of #626ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626ACE

Black with #626ACE

Text Example


Text Example

White with #626ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,106,206); }

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

background-color css

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

 a { background-color: rgb(98,106,206); }

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

border-color css

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

 span { border-color: rgb(98,106,206); }

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