#668AC1

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

Shades of Danube #668AC1

Tints of Danube #668AC1

Color information

#668AC1 (or 0x668AC1) is unknown color: approx Danube. HEX triplet: 66, 8A and C1. RGB value is (102,138,193). Sum of RGB (Red+Green+Blue) = 102+138+193=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #668AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AC1 is #99753E. Grayscale: #858585. Windows color (decimal): -10057023 or 12683878. OLE color: 12683878.

HSL color Cylindrical-coordinate representation of color #668AC1: hue angle of 216.26º 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 #668AC1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102138193-
CMYK0.470.2800.24
HSL216.26º42.33%57.84%-
HSV(B)216.26º47.15%75.69%-
XYZ24.1924.8553.97-
YUV133.51161.57105.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=23.56%
G=31.87%
B=44.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021381930.470.2800.24216.2642.3357.84
Hex668AC12F1C018d82a3a
Octal14621230157340303305272
Binary110011010001010110000011011111110001100011011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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