#668ED4

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

Shades of Danube #668ED4

Tints of Danube #668ED4

Color information

#668ED4 (or 0x668ED4) is unknown color: approx Danube. HEX triplet: 66, 8E and D4. RGB value is (102,142,212). Sum of RGB (Red+Green+Blue) = 102+142+212=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #668ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ED4 is #99712B. Grayscale: #898989. Windows color (decimal): -10055980 or 13930086. OLE color: 13930086.

HSL color Cylindrical-coordinate representation of color #668ED4: hue angle of 218.18º 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 #668ED4 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102142212-
CMYK0.520.3300.17
HSL218.18º56.12%61.57%-
HSV(B)218.18º51.89%83.14%-
XYZ27.0426.9266.06-
YUV138.02169.75102.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.37%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 212 (83.20% from 255) = 46.49%
R=22.37%
G=31.14%
B=46.49%

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
Decimal1021422120.520.3300.17218.1856.1261.57
Hex668ED43421011da383e
Octal14621632464410213327076
Binary1100110100011101101010011010010000101000111011010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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