#6C8BC8

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

Shades of Danube #6C8BC8

Tints of Danube #6C8BC8

Color information

#6C8BC8 (or 0x6C8BC8) is unknown color: approx Danube. HEX triplet: 6C, 8B and C8. RGB value is (108,139,200). Sum of RGB (Red+Green+Blue) = 108+139+200=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C8BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8BC8 is #937437. Grayscale: #888888. Windows color (decimal): -9663544 or 13142892. OLE color: 13142892.

HSL color Cylindrical-coordinate representation of color #6C8BC8: hue angle of 219.78º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C8BC8 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108139200-
CMYK0.460.3000.22
HSL219.78º45.54%60.39%-
HSV(B)219.78º46%78.43%-
XYZ25.8425.8258.27-
YUV136.68163.73107.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=24.16%
G=31.10%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081392000.460.3000.22219.7845.5460.39
Hex6C8BC82E1E016dc2e3c
Octal15421331056360263345674
Binary110110010001011110010001011101111001011011011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,139,200); }

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

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

 a { background-color: rgb(108,139,200); }

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

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

 span { border-color: rgb(108,139,200); }

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