Html Css Color HEX #676A7C Comet

📋 copy color: '#676A7C'

red 103 ◦ green 106 ◦ blue 124

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

Shades of Comet #676A7C

Tints of Comet #676A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 30.93%
G = 31.83%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#676A7C (or 0x676A7C) is known color: Comet. HEX triplet: 67, 6A and 7C. RGB value is (103,106,124). Sum of RGB (Red+Green+Blue) = 103+106+124=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #676A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A7C is #989583. Grayscale: #6B6B6B. Windows color (decimal): -9999748 or 8153703. OLE color: 8153703.

HSL color Cylindrical-coordinate representation of color #676A7C: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676A7C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 106 124 -
CMYK 0.17 0.15 0 0.51
HSL 231.43º 0.09% 0.45% -
HSV(B) 231.43º 0.17% 0.49% -
XYZ 14.39 14.65 21.14 -
YUV 107.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 103 106 124 0.17 0.15 0 0.51 231.43 0.09 0.45
Hex 67 6A 7C 11 F 0 33 E7 9 2D
Octal 147 152 174 21 17 0 63 347 11 55
Binary 1100111 1101010 1111100 10001 1111 0 110011 11100111 1001 101101

Color Harmonies of #676A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A7C

Black with #676A7C

Text Example


Text Example

White with #676A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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