#6690CF

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

Shades of Danube #6690CF

Tints of Danube #6690CF

Color information

#6690CF (or 0x6690CF) is unknown color: approx Danube. HEX triplet: 66, 90 and CF. RGB value is (102,144,207). Sum of RGB (Red+Green+Blue) = 102+144+207=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6690CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690CF is #996F30. Grayscale: #8A8A8A. Windows color (decimal): -10055473 or 13602918. OLE color: 13602918.

HSL color Cylindrical-coordinate representation of color #6690CF: hue angle of 216º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6690CF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102144207-
CMYK0.510.3000.19
HSL216º52.24%60.59%-
HSV(B)216º50.72%81.18%-
XYZ26.7227.2862.89-
YUV138.62166.59101.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.52%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=22.52%
G=31.79%
B=45.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021442070.510.3000.1921652.2460.59
Hex6690CF331E013d8343d
Octal14622031763360233306475
Binary110011010010000110011111100111111001001111011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6690CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6690CF; }

 p { color: rgb(102,144,207); }

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

<style>
 a { background-color: #6690CF; }

 a { background-color: rgb(102,144,207); }

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

<style>
 span { border-color: #6690CF; }

 span { border-color: rgb(102,144,207); }

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