#67617C

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

Shades of Dolphin #67617C

Tints of Dolphin #67617C

Color information

#67617C (or 0x67617C) is unknown color: approx Dolphin. HEX triplet: 67, 61 and 7C. RGB value is (103,97,124). Sum of RGB (Red+Green+Blue) = 103+97+124=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #67617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67617C is #989E83. Grayscale: #656565. Windows color (decimal): -10002052 or 8151399. OLE color: 8151399.

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

Color convert

RGB10397124-
CMYK0.170.2200.51
HSL253.33º12.22%43.33%-
HSV(B)253.33º21.77%48.63%-
XYZ13.5112.8920.84-
YUV101.87140.49128.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=31.79%
G=29.94%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103971240.170.2200.51253.3312.2243.33
Hex67617C1116033fdc2b
Octal14714117421260633751453
Binary11001111100001111110010001101100110011111111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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