#668DC1

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

Shades of Danube #668DC1

Tints of Danube #668DC1

Color information

#668DC1 (or 0x668DC1) is unknown color: approx Danube. HEX triplet: 66, 8D and C1. RGB value is (102,141,193). Sum of RGB (Red+Green+Blue) = 102+141+193=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #668DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DC1 is #99723E. Grayscale: #878787. Windows color (decimal): -10056255 or 12684646. OLE color: 12684646.

HSL color Cylindrical-coordinate representation of color #668DC1: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668DC1 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102141193-
CMYK0.470.2700.24
HSL214.29º42.33%57.84%-
HSV(B)214.29º47.15%75.69%-
XYZ24.6325.7254.12-
YUV135.27160.58104.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=23.39%
G=32.34%
B=44.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021411930.470.2700.24214.2942.3357.84
Hex668DC12F1B018d62a3a
Octal14621530157330303265272
Binary110011010001101110000011011111101101100011010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,193); }

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

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

 a { background-color: rgb(102,141,193); }

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

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

 span { border-color: rgb(102,141,193); }

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