Html Css Color HEX #68677C Comet

📋 copy color: '#68677C'

red 104 ◦ green 103 ◦ blue 124

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

Shades of Comet #68677C

Tints of Comet #68677C

RGB

 RED value IS 104 (41.02% from 255) = 31.42%

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

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

R = 31.42%
G = 31.12%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68677C (or 0x68677C) is known color: Comet. HEX triplet: 68, 67 and 7C. RGB value is (104,103,124). Sum of RGB (Red+Green+Blue) = 104+103+124=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #68677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68677C is #979883. Grayscale: #696969. Windows color (decimal): -9934980 or 8152936. OLE color: 8152936.

HSL color Cylindrical-coordinate representation of color #68677C: hue angle of 242.86º 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 #68677C is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 103 124 -
CMYK 0.16 0.17 0 0.51
HSL 242.86º 0.09% 0.45% -
HSV(B) 242.86º 0.17% 0.49% -
XYZ 14.2 14.1 21.04 -
YUV 105.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 104 103 124 0.16 0.17 0 0.51 242.86 0.09 0.45
Hex 68 67 7C 10 11 0 33 F3 9 2D
Octal 150 147 174 20 21 0 63 363 11 55
Binary 1101000 1100111 1111100 10000 10001 0 110011 11110011 1001 101101

Color Harmonies of #68677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68677C

Black with #68677C

Text Example


Text Example

White with #68677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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