Html Css Color HEX #616269 Comet

📋 copy color: '#616269'

red 97 ◦ green 98 ◦ blue 105

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

Shades of Comet #616269

Tints of Comet #616269

RGB

 RED value IS 97 (38.28% from 255) = 32.33%

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 32.33%
G = 32.67%
B = 35%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616269 (or 0x616269) is known color: Comet. HEX triplet: 61, 62 and 69. RGB value is (97,98,105). Sum of RGB (Red+Green+Blue) = 97+98+105=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #616269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616269 is #9E9D96. Grayscale: #626262. Windows color (decimal): -10395031 or 6906465. OLE color: 6906465.

HSL color Cylindrical-coordinate representation of color #616269: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616269 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 98 105 -
CMYK 0.08 0.07 0 0.59
HSL 232.5º 0.04% 0.4% -
HSV(B) 232.5º 0.08% 0.41% -
XYZ 11.85 12.3 15.11 -
YUV 98.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 97 98 105 0.08 0.07 0 0.59 232.5 0.04 0.4
Hex 61 62 69 8 7 0 3B E8 4 28
Octal 141 142 151 10 7 0 73 350 4 50
Binary 1100001 1100010 1101001 1000 111 0 111011 11101000 100 101000

Color Harmonies of #616269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616269

Black with #616269

Text Example


Text Example

White with #616269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616269; }

 p { color: rgb(97,98,105); }

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

background-color css

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

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

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

border-color css

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

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

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