Html Css Color HEX #676884 Comet

📋 copy color: '#676884'

red 103 ◦ green 104 ◦ blue 132

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

Shades of Comet #676884

Tints of Comet #676884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 30.38%
G = 30.68%
B = 38.94%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676884 (or 0x676884) is known color: Comet. HEX triplet: 67, 68 and 84. RGB value is (103,104,132). Sum of RGB (Red+Green+Blue) = 103+104+132=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #676884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676884 is #98977B. Grayscale: #6A6A6A. Windows color (decimal): -10000252 or 8677479. OLE color: 8677479.

HSL color Cylindrical-coordinate representation of color #676884: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676884 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 104 132 -
CMYK 0.22 0.21 0 0.48
HSL 237.93º 0.12% 0.46% -
HSV(B) 237.93º 0.22% 0.52% -
XYZ 14.71 14.45 23.84 -
YUV 106.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 103 104 132 0.22 0.21 0 0.48 237.93 0.12 0.46
Hex 67 68 84 16 15 0 30 EE C 2E
Octal 147 150 204 26 25 0 60 356 14 56
Binary 1100111 1101000 10000100 10110 10101 0 110000 11101110 1100 101110

Color Harmonies of #676884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676884

Black with #676884

Text Example


Text Example

White with #676884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676884; }

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

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

background-color css

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

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

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

border-color css

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

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

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