#67637D

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

Shades of Dolphin #67637D

Tints of Dolphin #67637D

Color information

#67637D (or 0x67637D) is unknown color: approx Dolphin. HEX triplet: 67, 63 and 7D. RGB value is (103,99,125). Sum of RGB (Red+Green+Blue) = 103+99+125=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #67637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67637D is #989C82. Grayscale: #676767. Windows color (decimal): -10001539 or 8217447. OLE color: 8217447.

HSL color Cylindrical-coordinate representation of color #67637D: hue angle of 249.23º 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 #67637D is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10399125-
CMYK0.180.2100.51
HSL249.23º11.61%43.92%-
HSV(B)249.23º20.8%49.02%-
XYZ13.7613.2921.24-
YUV103.16140.33127.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=31.50%
G=30.28%
B=38.23%

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
Decimal103991250.180.2100.51249.2311.6143.92
Hex67637D1215033f9c2c
Octal14714317522250633711454
Binary11001111100011111110110010101010110011111110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67637D; }

 p { color: rgb(103,99,125); }

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

<style>
 a { background-color: #67637D; }

 a { background-color: rgb(103,99,125); }

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

<style>
 span { border-color: #67637D; }

 span { border-color: rgb(103,99,125); }

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