Html Css Color HEX #6F5A65 Cosmic

📋 copy color: '#6F5A65'

red 111 ◦ green 90 ◦ blue 101

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

Shades of Cosmic #6F5A65

Tints of Cosmic #6F5A65

RGB

 RED value IS 111 (43.75% from 255) = 36.75%

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 36.75%
G = 29.8%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5A65 (or 0x6F5A65) is known color: Cosmic. HEX triplet: 6F, 5A and 65. RGB value is (111,90,101). Sum of RGB (Red+Green+Blue) = 111+90+101=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A65 is #90A59A. Grayscale: #616161. Windows color (decimal): -9479579 or 6642287. OLE color: 6642287.

HSL color Cylindrical-coordinate representation of color #6F5A65: hue angle of 328.57º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5A65 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 101 -
CMYK 0 0.19 0.09 0.56
HSL 328.57º 0.1% 0.39% -
HSV(B) 328.57º 0.19% 0.44% -
XYZ 12.56 11.63 13.89 -
YUV 97.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 111 90 101 0 0.19 0.09 0.56 328.57 0.1 0.39
Hex 6F 5A 65 0 13 9 38 149 A 27
Octal 157 132 145 0 23 11 70 511 12 47
Binary 1101111 1011010 1100101 0 10011 1001 111000 101001001 1010 100111

Color Harmonies of #6F5A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A65

Black with #6F5A65

Text Example


Text Example

White with #6F5A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5A65; }

 p { color: rgb(111,90,101); }

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

background-color css

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

 a { background-color: rgb(111,90,101); }

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

border-color css

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

 span { border-color: rgb(111,90,101); }

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