#676273

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

Shades of Dolphin #676273

Tints of Dolphin #676273

Color information

#676273 (or 0x676273) is unknown color: approx Dolphin. HEX triplet: 67, 62 and 73. RGB value is (103,98,115). Sum of RGB (Red+Green+Blue) = 103+98+115=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #676273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676273 is #989D8C. Grayscale: #656565. Windows color (decimal): -10001805 or 7561831. OLE color: 7561831.

HSL color Cylindrical-coordinate representation of color #676273: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676273 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10398115-
CMYK0.100.1500.55
HSL257.65º7.98%41.76%-
HSV(B)257.65º14.78%45.1%-
XYZ13.0612.8618.01-
YUV101.43135.66129.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=32.59%
G=31.01%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103981150.100.1500.55257.657.9841.76
Hex676273AF03710282a
Octal14714216312170674021052
Binary1100111110001011100111010111101101111000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676273; }

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

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

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

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

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

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

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

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