#6690CA

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

Shades of Danube #6690CA

Tints of Danube #6690CA

Color information

#6690CA (or 0x6690CA) is unknown color: approx Danube. HEX triplet: 66, 90 and CA. RGB value is (102,144,202). Sum of RGB (Red+Green+Blue) = 102+144+202=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6690CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690CA is #996F35. Grayscale: #898989. Windows color (decimal): -10055478 or 13275238. OLE color: 13275238.

HSL color Cylindrical-coordinate representation of color #6690CA: hue angle of 214.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6690CA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102144202-
CMYK0.500.2900.21
HSL214.8º48.54%59.61%-
HSV(B)214.8º49.5%79.22%-
XYZ26.1127.0459.72-
YUV138.05164.09102.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=22.77%
G=32.14%
B=45.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021442020.500.2900.21214.848.5459.61
Hex6690CA321D015d7313c
Octal14622031262350253276174
Binary110011010010000110010101100101110101010111010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6690CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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