Html Css Color HEX #626ACD Slate Blue

📋 copy color: '#626ACD'

red 98 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #626ACD

Tints of Slate Blue #626ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 23.96%
G = 25.92%
B = 50.12%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#626ACD (or 0x626ACD) is known color: Slate Blue. HEX triplet: 62, 6A and CD. RGB value is (98,106,205). Sum of RGB (Red+Green+Blue) = 98+106+205=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #626ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ACD is #9D9532. Grayscale: #727272. Windows color (decimal): -10327347 or 13462114. OLE color: 13462114.

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

Color convert

RGB 98 106 205 -
CMYK 0.52 0.48 0 0.20
HSL 235.51º 0.52% 0.59% -
HSV(B) 235.51º 0.52% 0.8% -
XYZ 21.21 17.31 59.98 -
YUV 114.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 98 106 205 0.52 0.48 0 0.20 235.51 0.52 0.59
Hex 62 6A CD 34 30 0 14 EC 34 3B
Octal 142 152 315 64 60 0 24 354 64 73
Binary 1100010 1101010 11001101 110100 110000 0 10100 11101100 110100 111011

Color Harmonies of #626ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626ACD

Black with #626ACD

Text Example


Text Example

White with #626ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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