Html Css Color HEX #676973 Comet

📋 copy color: '#676973'

red 103 ◦ green 105 ◦ blue 115

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

Shades of Comet #676973

Tints of Comet #676973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

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

R = 31.89%
G = 32.51%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676973 (or 0x676973) is known color: Comet. HEX triplet: 67, 69 and 73. RGB value is (103,105,115). Sum of RGB (Red+Green+Blue) = 103+105+115=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #676973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676973 is #98968C. Grayscale: #696969. Windows color (decimal): -10000013 or 7563623. OLE color: 7563623.

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

Color convert

RGB 103 105 115 -
CMYK 0.10 0.09 0 0.55
HSL 230º 0.06% 0.43% -
HSV(B) 230º 0.1% 0.45% -
XYZ 13.74 14.22 18.24 -
YUV 105.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 103 105 115 0.10 0.09 0 0.55 230 0.06 0.43
Hex 67 69 73 A 9 0 37 E6 6 2B
Octal 147 151 163 12 11 0 67 346 6 53
Binary 1100111 1101001 1110011 1010 1001 0 110111 11100110 110 101011

Color Harmonies of #676973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676973

Black with #676973

Text Example


Text Example

White with #676973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676973; }

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

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

background-color css

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

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

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

border-color css

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

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

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