#6C8ACE

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

Shades of Danube #6C8ACE

Tints of Danube #6C8ACE

Color information

#6C8ACE (or 0x6C8ACE) is unknown color: approx Danube. HEX triplet: 6C, 8A and CE. RGB value is (108,138,206). Sum of RGB (Red+Green+Blue) = 108+138+206=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ACE is #937531. Grayscale: #888888. Windows color (decimal): -9663794 or 13535852. OLE color: 13535852.

HSL color Cylindrical-coordinate representation of color #6C8ACE: hue angle of 221.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C8ACE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108138206-
CMYK0.480.3300.19
HSL221.63º50%61.57%-
HSV(B)221.63º47.57%80.78%-
XYZ26.4125.8261.98-
YUV136.78167.06107.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 206 (80.86% from 255) = 45.58%
R=23.89%
G=30.53%
B=45.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081382060.480.3300.19221.635061.57
Hex6C8ACE3021013de323e
Octal15421231660410233366276
Binary1101100100010101100111011000010000101001111011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,206); }

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

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

 a { background-color: rgb(108,138,206); }

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

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

 span { border-color: rgb(108,138,206); }

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