Html Css Color HEX #676573 Dolphin

📋 copy color: '#676573'

red 103 ◦ green 101 ◦ blue 115

#676573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #676573

Tints of Dolphin #676573

RGB

 RED value IS 103 (40.63% from 255) = 32.29%

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 32.29%
G = 31.66%
B = 36.05%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676573 (or 0x676573) is known color: Dolphin. HEX triplet: 67, 65 and 73. RGB value is (103,101,115). Sum of RGB (Red+Green+Blue) = 103+101+115=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #676573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676573 is #989A8C. Grayscale: #676767. Windows color (decimal): -10001037 or 7562599. OLE color: 7562599.

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

Color convert

RGB 103 101 115 -
CMYK 0.10 0.12 0 0.55
HSL 248.57º 0.06% 0.42% -
HSV(B) 248.57º 0.12% 0.45% -
XYZ 13.34 13.43 18.11 -
YUV 103.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 103 101 115 0.10 0.12 0 0.55 248.57 0.06 0.42
Hex 67 65 73 A C 0 37 F9 6 2A
Octal 147 145 163 12 14 0 67 371 6 52
Binary 1100111 1100101 1110011 1010 1100 0 110111 11111001 110 101010

Color Harmonies of #676573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676573

Black with #676573

Text Example


Text Example

White with #676573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676573; }

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

 H1.HeaderClassName
 {
   color: #676573;
 }
 .AnyTagClassName
 {
   color: #676573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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