#668dd4

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

Shades of Danube #668DD4

Tints of Danube #668DD4

Color information

#668DD4 (or 0x668DD4) is unknown color: approx Danube. HEX triplet: 66, 8D and D4. RGB value is (102,141,212). Sum of RGB (Red+Green+Blue) = 102+141+212=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #668DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DD4 is #99722B. Grayscale: #898989. Windows color (decimal): -10056236 or 13929830. OLE color: 13929830.

HSL color Cylindrical-coordinate representation of color #668DD4: hue angle of 218.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668DD4 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102141212-
CMYK0.520.3300.17
HSL218.73º56.12%61.57%-
HSV(B)218.73º51.89%83.14%-
XYZ26.8926.6366.01-
YUV137.43170.08102.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.42%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 212 (83.20% from 255) = 46.59%
R=22.42%
G=30.99%
B=46.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1021412120.520.3300.17218.7356.1261.57
Hex668DD43421011db383e
Octal14621532464410213337076
Binary1100110100011011101010011010010000101000111011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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