#66637B

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

Shades of Dolphin #66637B

Tints of Dolphin #66637B

Color information

#66637B (or 0x66637B) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 7B. RGB value is (102,99,123). Sum of RGB (Red+Green+Blue) = 102+99+123=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #66637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66637B is #999C84. Grayscale: #666666. Windows color (decimal): -10067077 or 8086374. OLE color: 8086374.

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

Color convert

RGB10299123-
CMYK0.170.2000.52
HSL247.5º10.81%43.53%-
HSV(B)247.5º19.51%48.24%-
XYZ13.5213.1820.57-
YUV102.63139.49127.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=31.48%
G=30.56%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102991230.170.2000.52247.510.8143.53
Hex66637B1114034f8b2c
Octal14614317321240643701354
Binary11001101100011111101110001101000110100111110001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66637B; }

 p { color: rgb(102,99,123); }

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

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

 a { background-color: rgb(102,99,123); }

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

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

 span { border-color: rgb(102,99,123); }

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