#6269cc

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

Shades of Slate Blue #6269CC

Tints of Slate Blue #6269CC

Color information

#6269CC (or 0x6269CC) is unknown color: approx Slate Blue. HEX triplet: 62, 69 and CC. RGB value is (98,105,204). Sum of RGB (Red+Green+Blue) = 98+105+204=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6269CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269CC is #9D9633. Grayscale: #717171. Windows color (decimal): -10327604 or 13396322. OLE color: 13396322.

HSL color Cylindrical-coordinate representation of color #6269CC: hue angle of 236.04º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6269CC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98105204-
CMYK0.520.4900.2
HSL236.04º50.96%59.22%-
HSV(B)236.04º51.96%80%-
XYZ20.9917.0659.31-
YUV114.19178.68116.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.08%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=24.08%
G=25.80%
B=50.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981052040.520.4900.2236.0450.9659.22
Hex6269CC3431014ec333b
Octal14215131464610243546373
Binary110001011010011100110011010011000101010011101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6269cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6269cc; }

 p { color: rgb(98,105,204); }

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

<style>
 a { background-color: #6269cc; }

 a { background-color: rgb(98,105,204); }

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

<style>
 span { border-color: #6269cc; }

 span { border-color: rgb(98,105,204); }

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