#68627D

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

Shades of Dolphin #68627D

Tints of Dolphin #68627D

Color information

#68627D (or 0x68627D) is unknown color: approx Dolphin. HEX triplet: 68, 62 and 7D. RGB value is (104,98,125). Sum of RGB (Red+Green+Blue) = 104+98+125=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 98 (38.67% from 255 or 29.97% 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 #68627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627D is #979D82. Grayscale: #666666. Windows color (decimal): -9936259 or 8217192. OLE color: 8217192.

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

Color convert

RGB10498125-
CMYK0.170.2200.51
HSL253.33º12.11%43.73%-
HSV(B)253.33º21.6%49.02%-
XYZ13.7813.1621.22-
YUV102.87140.49128.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=31.80%
G=29.97%
B=38.23%

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
Decimal104981250.170.2200.51253.3312.1143.73
Hex68627D1116033fdc2c
Octal15014217521260633751454
Binary11010001100010111110110001101100110011111111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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