Html Css Color HEX #69687E Comet

📋 copy color: '#69687E'

red 105 ◦ green 104 ◦ blue 126

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

Shades of Comet #69687E

Tints of Comet #69687E

RGB

 RED value IS 105 (41.41% from 255) = 31.34%

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 31.34%
G = 31.04%
B = 37.61%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69687E (or 0x69687E) is known color: Comet. HEX triplet: 69, 68 and 7E. RGB value is (105,104,126). Sum of RGB (Red+Green+Blue) = 105+104+126=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #69687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687E is #969781. Grayscale: #6A6A6A. Windows color (decimal): -9869186 or 8284265. OLE color: 8284265.

HSL color Cylindrical-coordinate representation of color #69687E: hue angle of 242.73º degrees, saturation: 0.1, 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 #69687E is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 104 126 -
CMYK 0.17 0.17 0 0.51
HSL 242.73º 0.1% 0.45% -
HSV(B) 242.73º 0.17% 0.49% -
XYZ 14.54 14.41 21.75 -
YUV 106.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 105 104 126 0.17 0.17 0 0.51 242.73 0.1 0.45
Hex 69 68 7E 11 11 0 33 F3 A 2D
Octal 151 150 176 21 21 0 63 363 12 55
Binary 1101001 1101000 1111110 10001 10001 0 110011 11110011 1010 101101

Color Harmonies of #69687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69687E

Black with #69687E

Text Example


Text Example

White with #69687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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