#68627B

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

Shades of Dolphin #68627B

Tints of Dolphin #68627B

Color information

#68627B (or 0x68627B) is unknown color: approx Dolphin. HEX triplet: 68, 62 and 7B. RGB value is (104,98,123). Sum of RGB (Red+Green+Blue) = 104+98+123=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #68627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627B is #979D84. Grayscale: #666666. Windows color (decimal): -9936261 or 8086120. OLE color: 8086120.

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

Color convert

RGB10498123-
CMYK0.150.2000.52
HSL254.4º11.31%43.33%-
HSV(B)254.4º20.33%48.24%-
XYZ13.6513.1120.55-
YUV102.64139.49128.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=32%
G=30.15%
B=37.85%

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
Decimal104981230.150.2000.52254.411.3143.33
Hex68627BF14034feb2b
Octal15014217317240643761353
Binary1101000110001011110111111101000110100111111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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