#6695C4

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

Shades of Danube #6695C4

Tints of Danube #6695C4

Color information

#6695C4 (or 0x6695C4) is unknown color: approx Danube. HEX triplet: 66, 95 and C4. RGB value is (102,149,196). Sum of RGB (Red+Green+Blue) = 102+149+196=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #6695C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695C4 is #996A3B. Grayscale: #8C8C8C. Windows color (decimal): -10054204 or 12883302. OLE color: 12883302.

HSL color Cylindrical-coordinate representation of color #6695C4: hue angle of 210º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6695C4 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102149196-
CMYK0.480.2400.23
HSL210º44.34%58.43%-
HSV(B)210º47.96%76.86%-
XYZ26.1928.3156.31-
YUV140.3159.43100.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.82%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=22.82%
G=33.33%
B=43.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021491960.480.2400.2321044.3458.43
Hex6695C43018017d22c3a
Octal14622530460300273225472
Binary110011010010101110001001100001100001011111010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6695C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6695C4; }

 p { color: rgb(102,149,196); }

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

<style>
 a { background-color: #6695C4; }

 a { background-color: rgb(102,149,196); }

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

<style>
 span { border-color: #6695C4; }

 span { border-color: rgb(102,149,196); }

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