#6786CB

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

Shades of Danube #6786CB

Tints of Danube #6786CB

Color information

#6786CB (or 0x6786CB) is unknown color: approx Danube. HEX triplet: 67, 86 and CB. RGB value is (103,134,203). Sum of RGB (Red+Green+Blue) = 103+134+203=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #6786CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6786CB is #987934. Grayscale: #848484. Windows color (decimal): -9992501 or 13338215. OLE color: 13338215.

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

Color convert

RGB103134203-
CMYK0.490.3400.20
HSL221.4º49.02%60%-
HSV(B)221.4º49.26%79.61%-
XYZ24.924.2559.87-
YUV132.6167.73106.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.41%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=23.41%
G=30.45%
B=46.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031342030.490.3400.20221.449.0260
Hex6786CB3122014dd313c
Octal14720631361420243356174
Binary1100111100001101100101111000110001001010011011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6786CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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