#668ACD

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

Shades of Danube #668ACD

Tints of Danube #668ACD

Color information

#668ACD (or 0x668ACD) is unknown color: approx Danube. HEX triplet: 66, 8A and CD. RGB value is (102,138,205). Sum of RGB (Red+Green+Blue) = 102+138+205=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #668ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACD is #997532. Grayscale: #868686. Windows color (decimal): -10057011 or 13470310. OLE color: 13470310.

HSL color Cylindrical-coordinate representation of color #668ACD: hue angle of 219.03º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668ACD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102138205-
CMYK0.500.3300.20
HSL219.03º50.74%60.2%-
HSV(B)219.03º50.24%80.39%-
XYZ25.5925.4161.31-
YUV134.87167.57104.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=22.92%
G=31.01%
B=46.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021382050.500.3300.20219.0350.7460.2
Hex668ACD3221014db333c
Octal14621231562410243336374
Binary1100110100010101100110111001010000101010011011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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