Html Css Color HEX #69697D Comet

📋 copy color: '#69697D'

red 105 ◦ green 105 ◦ blue 125

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

Shades of Comet #69697D

Tints of Comet #69697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 31.34%
G = 31.34%
B = 37.31%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69697D (or 0x69697D) is known color: Comet. HEX triplet: 69, 69 and 7D. RGB value is (105,105,125). Sum of RGB (Red+Green+Blue) = 105+105+125=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #69697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69697D is #969682. Grayscale: #6B6B6B. Windows color (decimal): -9868931 or 8218985. OLE color: 8218985.

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

Color convert

RGB 105 105 125 -
CMYK 0.16 0.16 0 0.51
HSL 240º 0.09% 0.45% -
HSV(B) 240º 0.16% 0.49% -
XYZ 14.58 14.59 21.45 -
YUV 107.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 105 105 125 0.16 0.16 0 0.51 240 0.09 0.45
Hex 69 69 7D 10 10 0 33 F0 9 2D
Octal 151 151 175 20 20 0 63 360 11 55
Binary 1101001 1101001 1111101 10000 10000 0 110011 11110000 1001 101101

Color Harmonies of #69697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69697D

Black with #69697D

Text Example


Text Example

White with #69697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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