#668AC7

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

Shades of Danube #668AC7

Tints of Danube #668AC7

Color information

#668AC7 (or 0x668AC7) is unknown color: approx Danube. HEX triplet: 66, 8A and C7. RGB value is (102,138,199). Sum of RGB (Red+Green+Blue) = 102+138+199=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #668AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AC7 is #997538. Grayscale: #858585. Windows color (decimal): -10057017 or 13077094. OLE color: 13077094.

HSL color Cylindrical-coordinate representation of color #668AC7: hue angle of 217.73º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668AC7 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102138199-
CMYK0.490.3100.22
HSL217.73º46.41%59.02%-
HSV(B)217.73º48.74%78.04%-
XYZ24.8825.1357.57-
YUV134.19164.57105.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 199 (78.12% from 255) = 45.33%
R=23.23%
G=31.44%
B=45.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021381990.490.3100.22217.7346.4159.02
Hex668AC7311F016da2e3b
Octal14621230761370263325673
Binary110011010001010110001111100011111101011011011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668AC7; }

 p { color: rgb(102,138,199); }

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

<style>
 a { background-color: #668AC7; }

 a { background-color: rgb(102,138,199); }

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

<style>
 span { border-color: #668AC7; }

 span { border-color: rgb(102,138,199); }

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