#67647E

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

Shades of Dolphin #67647E

Tints of Dolphin #67647E

Color information

#67647E (or 0x67647E) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 7E. RGB value is (103,100,126). Sum of RGB (Red+Green+Blue) = 103+100+126=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #67647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67647E is #989B81. Grayscale: #676767. Windows color (decimal): -10001282 or 8283239. OLE color: 8283239.

HSL color Cylindrical-coordinate representation of color #67647E: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67647E is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB103100126-
CMYK0.180.2100.51
HSL246.92º11.5%44.31%-
HSV(B)246.92º20.63%49.41%-
XYZ13.9213.521.61-
YUV103.86140.49127.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=31.31%
G=30.40%
B=38.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031001260.180.2100.51246.9211.544.31
Hex67647E1215033f7c2c
Octal14714417622250633671454
Binary11001111100100111111010010101010110011111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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