#67647F

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

Shades of Dolphin #67647F

Tints of Dolphin #67647F

Color information

#67647F (or 0x67647F) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 7F. RGB value is (103,100,127). Sum of RGB (Red+Green+Blue) = 103+100+127=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #67647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67647F is #989B80. Grayscale: #676767. Windows color (decimal): -10001281 or 8348775. OLE color: 8348775.

HSL color Cylindrical-coordinate representation of color #67647F: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67647F is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB103100127-
CMYK0.190.2100.50
HSL246.67º11.89%44.51%-
HSV(B)246.67º21.26%49.8%-
XYZ13.9813.5321.95-
YUV103.97140.99127.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.21%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 127 (50% from 255) = 38.48%
R=31.21%
G=30.30%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1031001270.190.2100.50246.6711.8944.51
Hex67647F1315032f7c2d
Octal14714417723250623671455
Binary11001111100100111111110011101010110010111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67647F; }

 p { color: rgb(103,100,127); }

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

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

 a { background-color: rgb(103,100,127); }

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

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

 span { border-color: rgb(103,100,127); }

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