#68647A

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

Shades of Dolphin #68647A

Tints of Dolphin #68647A

Color information

#68647A (or 0x68647A) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 7A. RGB value is (104,100,122). Sum of RGB (Red+Green+Blue) = 104+100+122=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #68647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68647A is #979B85. Grayscale: #676767. Windows color (decimal): -9935750 or 8021096. OLE color: 8021096.

HSL color Cylindrical-coordinate representation of color #68647A: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68647A is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104100122-
CMYK0.150.1800.52
HSL250.91º9.91%43.53%-
HSV(B)250.91º18.03%47.84%-
XYZ13.7813.4620.28-
YUV103.7138.33128.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=31.90%
G=30.67%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041001220.150.1800.52250.919.9143.53
Hex68647AF12034fba2c
Octal15014417217220643731254
Binary1101000110010011110101111100100110100111110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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