#67647C

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

Shades of Dolphin #67647C

Tints of Dolphin #67647C

Color information

#67647C (or 0x67647C) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 7C. RGB value is (103,100,124). Sum of RGB (Red+Green+Blue) = 103+100+124=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #67647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67647C is #989B83. Grayscale: #676767. Windows color (decimal): -10001284 or 8152167. OLE color: 8152167.

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

Color convert

RGB103100124-
CMYK0.170.1900.51
HSL247.5º10.71%43.92%-
HSV(B)247.5º19.35%48.63%-
XYZ13.7913.4520.94-
YUV103.63139.49127.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=31.50%
G=30.58%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031001240.170.1900.51247.510.7143.92
Hex67647C1113033f8b2c
Octal14714417421230633701354
Binary11001111100100111110010001100110110011111110001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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