#6A62DC

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

Shades of Slate Blue #6A62DC

Tints of Slate Blue #6A62DC

Color information

#6A62DC (or 0x6A62DC) is unknown color: approx Slate Blue. HEX triplet: 6A, 62 and DC. RGB value is (106,98,220). Sum of RGB (Red+Green+Blue) = 106+98+220=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 98 (38.67% from 255 or 23.11% 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 #6A62DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62DC is #959D23. Grayscale: #717171. Windows color (decimal): -9805092 or 14443114. OLE color: 14443114.

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

Color convert

RGB10698220-
CMYK0.520.5500.14
HSL243.93º63.54%62.35%-
HSV(B)243.93º55.45%86.27%-
XYZ23.2316.9769.76-
YUV114.3187.65122.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106982200.520.5500.14243.9363.5462.35
Hex6A62DC34370Ef4403e
Octal152142334646701636410076
Binary110101011000101101110011010011011101110111101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A62DC; }

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

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

<style>
 a { background-color: #6A62DC; }

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

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

<style>
 span { border-color: #6A62DC; }

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

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