Html Css Color HEX #676A7A Comet

📋 copy color: '#676A7A'

red 103 ◦ green 106 ◦ blue 122

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

Shades of Comet #676A7A

Tints of Comet #676A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 31.12%
G = 32.02%
B = 36.86%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#676A7A (or 0x676A7A) is known color: Comet. HEX triplet: 67, 6A and 7A. RGB value is (103,106,122). Sum of RGB (Red+Green+Blue) = 103+106+122=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #676A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A7A is #989585. Grayscale: #6A6A6A. Windows color (decimal): -9999750 or 8022631. OLE color: 8022631.

HSL color Cylindrical-coordinate representation of color #676A7A: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676A7A is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 106 122 -
CMYK 0.16 0.13 0 0.52
HSL 230.53º 0.08% 0.44% -
HSV(B) 230.53º 0.16% 0.48% -
XYZ 14.26 14.6 20.48 -
YUV 106.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 103 106 122 0.16 0.13 0 0.52 230.53 0.08 0.44
Hex 67 6A 7A 10 D 0 34 E7 8 2C
Octal 147 152 172 20 15 0 64 347 10 54
Binary 1100111 1101010 1111010 10000 1101 0 110100 11100111 1000 101100

Color Harmonies of #676A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A7A

Black with #676A7A

Text Example


Text Example

White with #676A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676A7A; }

 p { color: rgb(103,106,122); }

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

background-color css

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

 a { background-color: rgb(103,106,122); }

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

border-color css

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

 span { border-color: rgb(103,106,122); }

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