#6791CB

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

Shades of Danube #6791CB

Tints of Danube #6791CB

Color information

#6791CB (or 0x6791CB) is unknown color: approx Danube. HEX triplet: 67, 91 and CB. RGB value is (103,145,203). Sum of RGB (Red+Green+Blue) = 103+145+203=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #6791CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6791CB is #986E34. Grayscale: #8A8A8A. Windows color (decimal): -9989685 or 13341031. OLE color: 13341031.

HSL color Cylindrical-coordinate representation of color #6791CB: hue angle of 214.8º 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 #6791CB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103145203-
CMYK0.490.2900.20
HSL214.8º49.02%60%-
HSV(B)214.8º49.26%79.61%-
XYZ26.527.4560.4-
YUV139.05164.09102.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.84%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=22.84%
G=32.15%
B=45.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031452030.490.2900.20214.849.0260
Hex6791CB311D014d7313c
Octal14722131361350243276174
Binary110011110010001110010111100011110101010011010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6791CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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