Html Css Color HEX #626BDC Slate Blue

📋 copy color: '#626BDC'

red 98 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #626BDC

Tints of Slate Blue #626BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

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

R = 23.06%
G = 25.18%
B = 51.76%

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

#626BDC (or 0x626BDC) is known color: Slate Blue. HEX triplet: 62, 6B and DC. RGB value is (98,107,220). Sum of RGB (Red+Green+Blue) = 98+107+220=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #626BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BDC is #9D9423. Grayscale: #747474. Windows color (decimal): -10327076 or 14445410. OLE color: 14445410.

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

Color convert

RGB 98 107 220 -
CMYK 0.55 0.51 0 0.14
HSL 235.57º 0.64% 0.62% -
HSV(B) 235.57º 0.55% 0.86% -
XYZ 23.21 18.28 70.01 -
YUV 117.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 98 107 220 0.55 0.51 0 0.14 235.57 0.64 0.62
Hex 62 6B DC 37 33 0 E EC 40 3E
Octal 142 153 334 67 63 0 16 354 100 76
Binary 1100010 1101011 11011100 110111 110011 0 1110 11101100 1000000 111110

Color Harmonies of #626BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626BDC

Black with #626BDC

Text Example


Text Example

White with #626BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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