Html Css Color HEX #68697F Comet

📋 copy color: '#68697F'

red 104 ◦ green 105 ◦ blue 127

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

Shades of Comet #68697F

Tints of Comet #68697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 30.95%
G = 31.25%
B = 37.8%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68697F (or 0x68697F) is known color: Comet. HEX triplet: 68, 69 and 7F. RGB value is (104,105,127). Sum of RGB (Red+Green+Blue) = 104+105+127=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #68697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697F is #979680. Grayscale: #6B6B6B. Windows color (decimal): -9934465 or 8350056. OLE color: 8350056.

HSL color Cylindrical-coordinate representation of color #68697F: hue angle of 237.39º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68697F is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 105 127 -
CMYK 0.18 0.17 0 0.50
HSL 237.39º 0.1% 0.45% -
HSV(B) 237.39º 0.18% 0.5% -
XYZ 14.59 14.58 22.12 -
YUV 107.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 104 105 127 0.18 0.17 0 0.50 237.39 0.1 0.45
Hex 68 69 7F 12 11 0 32 ED A 2D
Octal 150 151 177 22 21 0 62 355 12 55
Binary 1101000 1101001 1111111 10010 10001 0 110010 11101101 1010 101101

Color Harmonies of #68697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68697F

Black with #68697F

Text Example


Text Example

White with #68697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68697F; }

 p { color: rgb(104,105,127); }

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

background-color css

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

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

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

border-color css

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

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

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