#6790BD

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

Shades of Danube #6790BD

Tints of Danube #6790BD

Color information

#6790BD (or 0x6790BD) is unknown color: approx Danube. HEX triplet: 67, 90 and BD. RGB value is (103,144,189). Sum of RGB (Red+Green+Blue) = 103+144+189=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #6790BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6790BD is #986F42. Grayscale: #888888. Windows color (decimal): -9989955 or 12423271. OLE color: 12423271.

HSL color Cylindrical-coordinate representation of color #6790BD: hue angle of 211.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6790BD is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103144189-
CMYK0.460.2400.26
HSL211.4º39.45%57.25%-
HSV(B)211.4º45.5%74.12%-
XYZ24.7526.551.96-
YUV136.87157.42103.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.62%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=23.62%
G=33.03%
B=43.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031441890.460.2400.26211.439.4557.25
Hex6790BD2E1801Ad32739
Octal14722027556300323234771
Binary110011110010000101111011011101100001101011010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6790BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6790BD; }

 p { color: rgb(103,144,189); }

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

<style>
 a { background-color: #6790BD; }

 a { background-color: rgb(103,144,189); }

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

<style>
 span { border-color: #6790BD; }

 span { border-color: rgb(103,144,189); }

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