Html Css Color HEX #69697F Comet

📋 copy color: '#69697F'

red 105 ◦ green 105 ◦ blue 127

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

Shades of Comet #69697F

Tints of Comet #69697F

RGB

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

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

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

R = 31.16%
G = 31.16%
B = 37.69%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69697F (or 0x69697F) is known color: Comet. HEX triplet: 69, 69 and 7F. RGB value is (105,105,127). Sum of RGB (Red+Green+Blue) = 105+105+127=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #69697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69697F is #969680. Grayscale: #6B6B6B. Windows color (decimal): -9868929 or 8350057. OLE color: 8350057.

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

Color convert

RGB 105 105 127 -
CMYK 0.17 0.17 0 0.50
HSL 240º 0.09% 0.45% -
HSV(B) 240º 0.17% 0.5% -
XYZ 14.71 14.64 22.13 -
YUV 107.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 105 105 127 0.17 0.17 0 0.50 240 0.09 0.45
Hex 69 69 7F 11 11 0 32 F0 9 2D
Octal 151 151 177 21 21 0 62 360 11 55
Binary 1101001 1101001 1111111 10001 10001 0 110010 11110000 1001 101101

Color Harmonies of #69697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69697F

Black with #69697F

Text Example


Text Example

White with #69697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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