#6692CF

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

Shades of Danube #6692CF

Tints of Danube #6692CF

Color information

#6692CF (or 0x6692CF) is unknown color: approx Danube. HEX triplet: 66, 92 and CF. RGB value is (102,146,207). Sum of RGB (Red+Green+Blue) = 102+146+207=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6692CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692CF is #996D30. Grayscale: #8B8B8B. Windows color (decimal): -10054961 or 13603430. OLE color: 13603430.

HSL color Cylindrical-coordinate representation of color #6692CF: hue angle of 214.86º 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 #6692CF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102146207-
CMYK0.510.2900.19
HSL214.86º52.24%60.59%-
HSV(B)214.86º50.72%81.18%-
XYZ27.0227.8962.99-
YUV139.8165.92101.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.42%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=22.42%
G=32.09%
B=45.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021462070.510.2900.19214.8652.2460.59
Hex6692CF331D013d7343d
Octal14622231763350233276475
Binary110011010010010110011111100111110101001111010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6692CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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