Html Css Color HEX #626FDC Slate Blue

📋 copy color: '#626FDC'

red 98 ◦ green 111 ◦ blue 220

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

Shades of Slate Blue #626FDC

Tints of Slate Blue #626FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

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

R = 22.84%
G = 25.87%
B = 51.28%

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

#626FDC (or 0x626FDC) is known color: Slate Blue. HEX triplet: 62, 6F and DC. RGB value is (98,111,220). Sum of RGB (Red+Green+Blue) = 98+111+220=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #626FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FDC is #9D9023. Grayscale: #777777. Windows color (decimal): -10326052 or 14446434. OLE color: 14446434.

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

Color convert

RGB 98 111 220 -
CMYK 0.55 0.50 0 0.14
HSL 233.61º 0.64% 0.62% -
HSV(B) 233.61º 0.55% 0.86% -
XYZ 23.64 19.13 70.16 -
YUV 119.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 98 111 220 0.55 0.50 0 0.14 233.61 0.64 0.62
Hex 62 6F DC 37 32 0 E EA 40 3E
Octal 142 157 334 67 62 0 16 352 100 76
Binary 1100010 1101111 11011100 110111 110010 0 1110 11101010 1000000 111110

Color Harmonies of #626FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FDC

Black with #626FDC

Text Example


Text Example

White with #626FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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