#67647A

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

Shades of Dolphin #67647A

Tints of Dolphin #67647A

Color information

#67647A (or 0x67647A) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 7A. RGB value is (103,100,122). Sum of RGB (Red+Green+Blue) = 103+100+122=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #67647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67647A is #989B85. Grayscale: #676767. Windows color (decimal): -10001286 or 8021095. OLE color: 8021095.

HSL color Cylindrical-coordinate representation of color #67647A: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67647A is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103100122-
CMYK0.160.1800.52
HSL248.18º9.91%43.53%-
HSV(B)248.18º18.03%47.84%-
XYZ13.6613.420.28-
YUV103.4138.49127.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=31.69%
G=30.77%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031001220.160.1800.52248.189.9143.53
Hex67647A1012034f8a2c
Octal14714417220220643701254
Binary11001111100100111101010000100100110100111110001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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