#68617A

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

Shades of Dolphin #68617A

Tints of Dolphin #68617A

Color information

#68617A (or 0x68617A) is unknown color: approx Dolphin. HEX triplet: 68, 61 and 7A. RGB value is (104,97,122). Sum of RGB (Red+Green+Blue) = 104+97+122=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #68617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68617A is #979E85. Grayscale: #656565. Windows color (decimal): -9936518 or 8020328. OLE color: 8020328.

HSL color Cylindrical-coordinate representation of color #68617A: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68617A is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10497122-
CMYK0.150.2000.52
HSL256.8º11.42%42.94%-
HSV(B)256.8º20.49%47.84%-
XYZ13.512.920.19-
YUV101.94139.32129.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=32.20%
G=30.03%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104971220.150.2000.52256.811.4242.94
Hex68617AF14034101b2b
Octal15014117217240644011353
Binary11010001100001111101011111010001101001000000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,97,122); }

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

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

 a { background-color: rgb(104,97,122); }

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

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

 span { border-color: rgb(104,97,122); }

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