#6069D9

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

Shades of Slate Blue #6069D9

Tints of Slate Blue #6069D9

Color information

#6069D9 (or 0x6069D9) is unknown color: approx Slate Blue. HEX triplet: 60, 69 and D9. RGB value is (96,105,217). Sum of RGB (Red+Green+Blue) = 96+105+217=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #6069D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6069D9 is #9F9626. Grayscale: #727272. Windows color (decimal): -10458663 or 14248288. OLE color: 14248288.

HSL color Cylindrical-coordinate representation of color #6069D9: hue angle of 235.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6069D9 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96105217-
CMYK0.560.5200.15
HSL235.54º61.42%61.37%-
HSV(B)235.54º55.76%85.1%-
XYZ22.417.667.86-
YUV115.08185.52114.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 217 (85.16% from 255) = 51.91%
R=22.97%
G=25.12%
B=51.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961052170.560.5200.15235.5461.4261.37
Hex6069D938340Fec3d3d
Octal14015133170640173547575
Binary11000001101001110110011110001101000111111101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6069D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6069D9; }

 p { color: rgb(96,105,217); }

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

<style>
 a { background-color: #6069D9; }

 a { background-color: rgb(96,105,217); }

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

<style>
 span { border-color: #6069D9; }

 span { border-color: rgb(96,105,217); }

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