Html Css Color HEX #676A85 Comet

📋 copy color: '#676A85'

red 103 ◦ green 106 ◦ blue 133

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

Shades of Comet #676A85

Tints of Comet #676A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 30.12%
G = 30.99%
B = 38.89%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676A85 (or 0x676A85) is known color: Comet. HEX triplet: 67, 6A and 85. RGB value is (103,106,133). Sum of RGB (Red+Green+Blue) = 103+106+133=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #676A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A85 is #98957A. Grayscale: #6C6C6C. Windows color (decimal): -9999739 or 8743527. OLE color: 8743527.

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

Color convert

RGB 103 106 133 -
CMYK 0.23 0.20 0 0.48
HSL 234º 0.13% 0.46% -
HSV(B) 234º 0.23% 0.52% -
XYZ 14.98 14.89 24.27 -
YUV 108.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 103 106 133 0.23 0.20 0 0.48 234 0.13 0.46
Hex 67 6A 85 17 14 0 30 EA D 2E
Octal 147 152 205 27 24 0 60 352 15 56
Binary 1100111 1101010 10000101 10111 10100 0 110000 11101010 1101 101110

Color Harmonies of #676A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A85

Black with #676A85

Text Example


Text Example

White with #676A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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