Html Css Color HEX #676874 Comet

📋 copy color: '#676874'

red 103 ◦ green 104 ◦ blue 116

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

Shades of Comet #676874

Tints of Comet #676874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 31.89%
G = 32.2%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#676874 (or 0x676874) is known color: Comet. HEX triplet: 67, 68 and 74. RGB value is (103,104,116). Sum of RGB (Red+Green+Blue) = 103+104+116=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #676874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676874 is #98978B. Grayscale: #696969. Windows color (decimal): -10000268 or 7628903. OLE color: 7628903.

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

Color convert

RGB 103 104 116 -
CMYK 0.11 0.10 0 0.55
HSL 235.38º 0.06% 0.43% -
HSV(B) 235.38º 0.11% 0.45% -
XYZ 13.7 14.05 18.51 -
YUV 105.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 103 104 116 0.11 0.10 0 0.55 235.38 0.06 0.43
Hex 67 68 74 B A 0 37 EB 6 2B
Octal 147 150 164 13 12 0 67 353 6 53
Binary 1100111 1101000 1110100 1011 1010 0 110111 11101011 110 101011

Color Harmonies of #676874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676874

Black with #676874

Text Example


Text Example

White with #676874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676874; }

 p { color: rgb(103,104,116); }

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

background-color css

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

 a { background-color: rgb(103,104,116); }

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

border-color css

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

 span { border-color: rgb(103,104,116); }

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