#68637D

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

Shades of Dolphin #68637D

Tints of Dolphin #68637D

Color information

#68637D (or 0x68637D) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 7D. RGB value is (104,99,125). Sum of RGB (Red+Green+Blue) = 104+99+125=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #68637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68637D is #979C82. Grayscale: #676767. Windows color (decimal): -9936003 or 8217448. OLE color: 8217448.

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

Color convert

RGB10499125-
CMYK0.170.2100.51
HSL251.54º11.61%43.92%-
HSV(B)251.54º20.8%49.02%-
XYZ13.8713.3521.25-
YUV103.46140.16128.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=31.71%
G=30.18%
B=38.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104991250.170.2100.51251.5411.6143.92
Hex68637D1115033fcc2c
Octal15014317521250633741454
Binary11010001100011111110110001101010110011111111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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