Html Css Color HEX #626CDD Slate Blue

📋 copy color: '#626CDD'

red 98 ◦ green 108 ◦ blue 221

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

Shades of Slate Blue #626CDD

Tints of Slate Blue #626CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 22.95%
G = 25.29%
B = 51.76%

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

#626CDD (or 0x626CDD) is known color: Slate Blue. HEX triplet: 62, 6C and DD. RGB value is (98,108,221). Sum of RGB (Red+Green+Blue) = 98+108+221=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #626CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CDD is #9D9322. Grayscale: #757575. Windows color (decimal): -10326819 or 14511202. OLE color: 14511202.

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

Color convert

RGB 98 108 221 -
CMYK 0.56 0.51 0 0.13
HSL 235.12º 0.64% 0.63% -
HSV(B) 235.12º 0.56% 0.87% -
XYZ 23.45 18.54 70.75 -
YUV 117.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 98 108 221 0.56 0.51 0 0.13 235.12 0.64 0.63
Hex 62 6C DD 38 33 0 D EB 40 3F
Octal 142 154 335 70 63 0 15 353 100 77
Binary 1100010 1101100 11011101 111000 110011 0 1101 11101011 1000000 111111

Color Harmonies of #626CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CDD

Black with #626CDD

Text Example


Text Example

White with #626CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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