Html Css Color HEX #6F5A66 Cosmic

📋 copy color: '#6F5A66'

red 111 ◦ green 90 ◦ blue 102

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

Shades of Cosmic #6F5A66

Tints of Cosmic #6F5A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 36.63%
G = 29.7%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F5A66 (or 0x6F5A66) is known color: Cosmic. HEX triplet: 6F, 5A and 66. RGB value is (111,90,102). Sum of RGB (Red+Green+Blue) = 111+90+102=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A66 is #90A599. Grayscale: #616161. Windows color (decimal): -9479578 or 6707823. OLE color: 6707823.

HSL color Cylindrical-coordinate representation of color #6F5A66: hue angle of 325.71º 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 #6F5A66 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 102 -
CMYK 0 0.19 0.08 0.56
HSL 325.71º 0.1% 0.39% -
HSV(B) 325.71º 0.19% 0.44% -
XYZ 12.61 11.65 14.15 -
YUV 97.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 111 90 102 0 0.19 0.08 0.56 325.71 0.1 0.39
Hex 6F 5A 66 0 13 8 38 146 A 27
Octal 157 132 146 0 23 10 70 506 12 47
Binary 1101111 1011010 1100110 0 10011 1000 111000 101000110 1010 100111

Color Harmonies of #6F5A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A66

Black with #6F5A66

Text Example


Text Example

White with #6F5A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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