Html Css Color HEX #6F455E Cosmic

📋 copy color: '#6F455E'

red 111 ◦ green 69 ◦ blue 94

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

Shades of Cosmic #6F455E

Tints of Cosmic #6F455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 40.51%
G = 25.18%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F455E (or 0x6F455E) is known color: Cosmic. HEX triplet: 6F, 45 and 5E. RGB value is (111,69,94). Sum of RGB (Red+Green+Blue) = 111+69+94=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F455E is #90BAA1. Grayscale: #545454. Windows color (decimal): -9484962 or 6178159. OLE color: 6178159.

HSL color Cylindrical-coordinate representation of color #6F455E: hue angle of 324.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F455E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 69 94 -
CMYK 0 0.38 0.15 0.56
HSL 324.29º 0.23% 0.35% -
HSV(B) 324.29º 0.38% 0.44% -
XYZ 10.7 8.44 11.66 -
YUV 84.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 111 69 94 0 0.38 0.15 0.56 324.29 0.23 0.35
Hex 6F 45 5E 0 26 F 38 144 17 23
Octal 157 105 136 0 46 17 70 504 27 43
Binary 1101111 1000101 1011110 0 100110 1111 111000 101000100 10111 100011

Color Harmonies of #6F455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F455E

Black with #6F455E

Text Example


Text Example

White with #6F455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,94); }

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

background-color css

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

 a { background-color: rgb(111,69,94); }

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

border-color css

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

 span { border-color: rgb(111,69,94); }

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