Html Css Color HEX #626DDC Slate Blue

📋 copy color: '#626DDC'

red 98 ◦ green 109 ◦ blue 220

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

Shades of Slate Blue #626DDC

Tints of Slate Blue #626DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

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

R = 22.95%
G = 25.53%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#626DDC (or 0x626DDC) is known color: Slate Blue. HEX triplet: 62, 6D and DC. RGB value is (98,109,220). Sum of RGB (Red+Green+Blue) = 98+109+220=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #626DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DDC is #9D9223. Grayscale: #757575. Windows color (decimal): -10326564 or 14445922. OLE color: 14445922.

HSL color Cylindrical-coordinate representation of color #626DDC: hue angle of 234.59º 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 #626DDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 109 220 -
CMYK 0.55 0.50 0 0.14
HSL 234.59º 0.64% 0.62% -
HSV(B) 234.59º 0.55% 0.86% -
XYZ 23.42 18.7 70.09 -
YUV 118.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 98 109 220 0.55 0.50 0 0.14 234.59 0.64 0.62
Hex 62 6D DC 37 32 0 E EB 40 3E
Octal 142 155 334 67 62 0 16 353 100 76
Binary 1100010 1101101 11011100 110111 110010 0 1110 11101011 1000000 111110

Color Harmonies of #626DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626DDC

Black with #626DDC

Text Example


Text Example

White with #626DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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