#6069DD

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

Shades of Slate Blue #6069DD

Tints of Slate Blue #6069DD

Color information

#6069DD (or 0x6069DD) is unknown color: approx Slate Blue. HEX triplet: 60, 69 and DD. RGB value is (96,105,221). Sum of RGB (Red+Green+Blue) = 96+105+221=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #6069DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6069DD is #9F9622. Grayscale: #737373. Windows color (decimal): -10458659 or 14510432. OLE color: 14510432.

HSL color Cylindrical-coordinate representation of color #6069DD: hue angle of 235.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6069DD is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96105221-
CMYK0.570.5200.13
HSL235.68º64.77%62.16%-
HSV(B)235.68º56.56%86.67%-
XYZ22.9317.8170.64-
YUV115.53187.52114.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=22.75%
G=24.88%
B=52.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961052210.570.5200.13235.6864.7762.16
Hex6069DD39340Dec413e
Octal140151335716401535410176
Binary110000011010011101110111100111010001101111011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6069DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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