#6C8ACF

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

Shades of Danube #6C8ACF

Tints of Danube #6C8ACF

Color information

#6C8ACF (or 0x6C8ACF) is unknown color: approx Danube. HEX triplet: 6C, 8A and CF. RGB value is (108,138,207). Sum of RGB (Red+Green+Blue) = 108+138+207=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ACF is #937530. Grayscale: #888888. Windows color (decimal): -9663793 or 13601388. OLE color: 13601388.

HSL color Cylindrical-coordinate representation of color #6C8ACF: hue angle of 221.82º degrees, saturation: 0.51, 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 #6C8ACF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108138207-
CMYK0.480.3300.19
HSL221.82º50.77%61.76%-
HSV(B)221.82º47.83%81.18%-
XYZ26.5425.8762.63-
YUV136.9167.56107.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=23.84%
G=30.46%
B=45.70%

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
Decimal1081382070.480.3300.19221.8250.7761.76
Hex6C8ACF3021013de333e
Octal15421231760410233366376
Binary1101100100010101100111111000010000101001111011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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