Html Css Color HEX #68667F Comet

📋 copy color: '#68667F'

red 104 ◦ green 102 ◦ blue 127

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

Shades of Comet #68667F

Tints of Comet #68667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 31.23%
G = 30.63%
B = 38.14%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68667F (or 0x68667F) is known color: Comet. HEX triplet: 68, 66 and 7F. RGB value is (104,102,127). Sum of RGB (Red+Green+Blue) = 104+102+127=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #68667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667F is #979980. Grayscale: #696969. Windows color (decimal): -9935233 or 8349288. OLE color: 8349288.

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

Color convert

RGB 104 102 127 -
CMYK 0.18 0.20 0 0.50
HSL 244.8º 0.11% 0.45% -
HSV(B) 244.8º 0.2% 0.5% -
XYZ 14.29 13.98 22.02 -
YUV 105.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 104 102 127 0.18 0.20 0 0.50 244.8 0.11 0.45
Hex 68 66 7F 12 14 0 32 F5 B 2D
Octal 150 146 177 22 24 0 62 365 13 55
Binary 1101000 1100110 1111111 10010 10100 0 110010 11110101 1011 101101

Color Harmonies of #68667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68667F

Black with #68667F

Text Example


Text Example

White with #68667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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