#626ADC

Color #626ADC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #626ADC

Tints of Slate Blue #626ADC

Color information

#626ADC (or 0x626ADC) is unknown color: approx Slate Blue. HEX triplet: 62, 6A and DC. RGB value is (98,106,220). Sum of RGB (Red+Green+Blue) = 98+106+220=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #626ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ADC is #9D9523. Grayscale: #747474. Windows color (decimal): -10327332 or 14445154. OLE color: 14445154.

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

Color convert

RGB98106220-
CMYK0.550.5200.14
HSL236.07º63.54%62.35%-
HSV(B)236.07º55.45%86.27%-
XYZ23.1118.0769.98-
YUV116.6186.35114.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.11%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=23.11%
G=25%
B=51.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981062200.550.5200.14236.0763.5462.35
Hex626ADC37340Eec403e
Octal142152334676401635410076
Binary110001011010101101110011011111010001110111011001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #626ADC;
 }
 .AnyTagClassName
 {
   color: #626ADC;
 }
</style>
background-color css

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

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

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

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

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

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