Html Css Color HEX #68687B Comet

📋 copy color: '#68687B'

red 104 ◦ green 104 ◦ blue 123

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

Shades of Comet #68687B

Tints of Comet #68687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 31.42%
G = 31.42%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68687B (or 0x68687B) is known color: Comet. HEX triplet: 68, 68 and 7B. RGB value is (104,104,123). Sum of RGB (Red+Green+Blue) = 104+104+123=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #68687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68687B is #979784. Grayscale: #6A6A6A. Windows color (decimal): -9934725 or 8087656. OLE color: 8087656.

HSL color Cylindrical-coordinate representation of color #68687B: hue angle of 240º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68687B is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 104 123 -
CMYK 0.15 0.15 0 0.52
HSL 240º 0.08% 0.45% -
HSV(B) 240º 0.15% 0.48% -
XYZ 14.23 14.27 20.74 -
YUV 106.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 104 104 123 0.15 0.15 0 0.52 240 0.08 0.45
Hex 68 68 7B F F 0 34 F0 8 2D
Octal 150 150 173 17 17 0 64 360 10 55
Binary 1101000 1101000 1111011 1111 1111 0 110100 11110000 1000 101101

Color Harmonies of #68687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68687B

Black with #68687B

Text Example


Text Example

White with #68687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68687B; }

 p { color: rgb(104,104,123); }

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

background-color css

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

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

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

border-color css

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

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

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