Html Css Color HEX #676871 Comet

📋 copy color: '#676871'

red 103 ◦ green 104 ◦ blue 113

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

Shades of Comet #676871

Tints of Comet #676871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 32.19%
G = 32.5%
B = 35.31%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#676871 (or 0x676871) is known color: Comet. HEX triplet: 67, 68 and 71. RGB value is (103,104,113). Sum of RGB (Red+Green+Blue) = 103+104+113=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #676871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676871 is #98978E. Grayscale: #686868. Windows color (decimal): -10000271 or 7432295. OLE color: 7432295.

HSL color Cylindrical-coordinate representation of color #676871: hue angle of 234º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676871 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 104 113 -
CMYK 0.09 0.08 0 0.56
HSL 234º 0.05% 0.42% -
HSV(B) 234º 0.09% 0.44% -
XYZ 13.52 13.98 17.61 -
YUV 104.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 103 104 113 0.09 0.08 0 0.56 234 0.05 0.42
Hex 67 68 71 9 8 0 38 EA 5 2A
Octal 147 150 161 11 10 0 70 352 5 52
Binary 1100111 1101000 1110001 1001 1000 0 111000 11101010 101 101010

Color Harmonies of #676871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676871

Black with #676871

Text Example


Text Example

White with #676871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676871; }

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

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

background-color css

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

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

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

border-color css

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

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

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