#67666B

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

Shades of Dolphin #67666B

Tints of Dolphin #67666B

Color information

#67666B (or 0x67666B) is unknown color: approx Dolphin. HEX triplet: 67, 66 and 6B. RGB value is (103,102,107). Sum of RGB (Red+Green+Blue) = 103+102+107=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #67666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67666B is #989994. Grayscale: #666666. Windows color (decimal): -10000789 or 7038567. OLE color: 7038567.

HSL color Cylindrical-coordinate representation of color #67666B: hue angle of 252º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #67666B is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB103102107-
CMYK0.040.0500.58
HSL252º2.39%40.98%-
HSV(B)252º4.67%41.96%-
XYZ1313.4515.82-
YUV102.87130.33128.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=33.01%
G=32.69%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1031021070.040.0500.582522.3940.98
Hex67666B4503Afc229
Octal14714615345072374251
Binary11001111100110110101110010101110101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,102,107); }

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

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

 a { background-color: rgb(103,102,107); }

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

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

 span { border-color: rgb(103,102,107); }

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