Html Css Color HEX #626CDC Slate Blue

📋 copy color: '#626CDC'

red 98 ◦ green 108 ◦ blue 220

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

Shades of Slate Blue #626CDC

Tints of Slate Blue #626CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 23%
G = 25.35%
B = 51.64%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#626CDC (or 0x626CDC) is known color: Slate Blue. HEX triplet: 62, 6C and DC. RGB value is (98,108,220). Sum of RGB (Red+Green+Blue) = 98+108+220=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #626CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CDC is #9D9323. Grayscale: #757575. Windows color (decimal): -10326820 or 14445666. OLE color: 14445666.

HSL color Cylindrical-coordinate representation of color #626CDC: hue angle of 235.08º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626CDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 108 220 -
CMYK 0.55 0.51 0 0.14
HSL 235.08º 0.64% 0.62% -
HSV(B) 235.08º 0.55% 0.86% -
XYZ 23.32 18.49 70.05 -
YUV 117.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 98 108 220 0.55 0.51 0 0.14 235.08 0.64 0.62
Hex 62 6C DC 37 33 0 E EB 40 3E
Octal 142 154 334 67 63 0 16 353 100 76
Binary 1100010 1101100 11011100 110111 110011 0 1110 11101011 1000000 111110

Color Harmonies of #626CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CDC

Black with #626CDC

Text Example


Text Example

White with #626CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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