#66627A

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

Shades of Dolphin #66627A

Tints of Dolphin #66627A

Color information

#66627A (or 0x66627A) is unknown color: approx Dolphin. HEX triplet: 66, 62 and 7A. RGB value is (102,98,122). Sum of RGB (Red+Green+Blue) = 102+98+122=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #66627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66627A is #999D85. Grayscale: #656565. Windows color (decimal): -10067334 or 8020582. OLE color: 8020582.

HSL color Cylindrical-coordinate representation of color #66627A: hue angle of 250º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66627A is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10298122-
CMYK0.160.2000.52
HSL250º10.91%43.14%-
HSV(B)250º19.67%47.84%-
XYZ13.3612.9720.21-
YUV101.93139.33128.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=31.68%
G=30.43%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102981220.160.2000.5225010.9143.14
Hex66627A1014034fab2b
Octal14614217220240643721353
Binary11001101100010111101010000101000110100111110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66627A; }

 p { color: rgb(102,98,122); }

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

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

 a { background-color: rgb(102,98,122); }

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

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

 span { border-color: rgb(102,98,122); }

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