#68627A

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

Shades of Dolphin #68627A

Tints of Dolphin #68627A

Color information

#68627A (or 0x68627A) is unknown color: approx Dolphin. HEX triplet: 68, 62 and 7A. RGB value is (104,98,122). Sum of RGB (Red+Green+Blue) = 104+98+122=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #68627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627A is #979D85. Grayscale: #666666. Windows color (decimal): -9936262 or 8020584. OLE color: 8020584.

HSL color Cylindrical-coordinate representation of color #68627A: hue angle of 255º 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 #68627A is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10498122-
CMYK0.150.2000.52
HSL255º10.91%43.14%-
HSV(B)255º19.67%47.84%-
XYZ13.5913.0820.22-
YUV102.53138.99129.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=32.10%
G=30.25%
B=37.65%

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
Decimal104981220.150.2000.5225510.9143.14
Hex68627AF14034ffb2b
Octal15014217217240643771353
Binary1101000110001011110101111101000110100111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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