#6786cc

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

Shades of Danube #6786CC

Tints of Danube #6786CC

Color information

#6786CC (or 0x6786CC) is unknown color: approx Danube. HEX triplet: 67, 86 and CC. RGB value is (103,134,204). Sum of RGB (Red+Green+Blue) = 103+134+204=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #6786CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6786CC is #987933. Grayscale: #848484. Windows color (decimal): -9992500 or 13403751. OLE color: 13403751.

HSL color Cylindrical-coordinate representation of color #6786CC: hue angle of 221.58º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6786CC is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB103134204-
CMYK0.500.3400.2
HSL221.58º49.75%60.2%-
HSV(B)221.58º49.51%80%-
XYZ25.0224.2960.5-
YUV132.71168.23106.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.36%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=23.36%
G=30.39%
B=46.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1031342040.500.3400.2221.5849.7560.2
Hex6786CC3222014de323c
Octal14720631462420243366274
Binary1100111100001101100110011001010001001010011011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6786cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6786cc; }

 p { color: rgb(103,134,204); }

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

<style>
 a { background-color: #6786cc; }

 a { background-color: rgb(103,134,204); }

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

<style>
 span { border-color: #6786cc; }

 span { border-color: rgb(103,134,204); }

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