#67627C

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

Shades of Dolphin #67627C

Tints of Dolphin #67627C

Color information

#67627C (or 0x67627C) is unknown color: approx Dolphin. HEX triplet: 67, 62 and 7C. RGB value is (103,98,124). Sum of RGB (Red+Green+Blue) = 103+98+124=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #67627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67627C is #989D83. Grayscale: #666666. Windows color (decimal): -10001796 or 8151655. OLE color: 8151655.

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

Color convert

RGB10398124-
CMYK0.170.2100.51
HSL251.54º11.71%43.53%-
HSV(B)251.54º20.97%48.63%-
XYZ13.613.0720.88-
YUV102.46140.16128.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=31.69%
G=30.15%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103981240.170.2100.51251.5411.7143.53
Hex67627C1115033fcc2c
Octal14714217421250633741454
Binary11001111100010111110010001101010110011111111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67627C; }

 p { color: rgb(103,98,124); }

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

<style>
 a { background-color: #67627C; }

 a { background-color: rgb(103,98,124); }

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

<style>
 span { border-color: #67627C; }

 span { border-color: rgb(103,98,124); }

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