#666075

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

Shades of Dolphin #666075

Tints of Dolphin #666075

Color information

#666075 (or 0x666075) is unknown color: approx Dolphin. HEX triplet: 66, 60 and 75. RGB value is (102,96,117). Sum of RGB (Red+Green+Blue) = 102+96+117=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #666075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666075 is #999F8A. Grayscale: #646464. Windows color (decimal): -10067851 or 7692390. OLE color: 7692390.

HSL color Cylindrical-coordinate representation of color #666075: hue angle of 257.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666075 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10296117-
CMYK0.130.1800.54
HSL257.14º9.86%41.76%-
HSV(B)257.14º17.95%45.88%-
XYZ12.8712.4718.56-
YUV100.19137.49129.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=32.38%
G=30.48%
B=37.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102961170.130.1800.54257.149.8641.76
Hex666075D12036101a2a
Octal14614016515220664011252
Binary11001101100000111010111011001001101101000000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666075; }

 p { color: rgb(102,96,117); }

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

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

 a { background-color: rgb(102,96,117); }

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

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

 span { border-color: rgb(102,96,117); }

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