Html Css Color HEX #6F5265 Cosmic

📋 copy color: '#6F5265'

red 111 ◦ green 82 ◦ blue 101

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

Shades of Cosmic #6F5265

Tints of Cosmic #6F5265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 37.76%
G = 27.89%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5265 (or 0x6F5265) is known color: Cosmic. HEX triplet: 6F, 52 and 65. RGB value is (111,82,101). Sum of RGB (Red+Green+Blue) = 111+82+101=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5265 is #90AD9A. Grayscale: #5C5C5C. Windows color (decimal): -9481627 or 6640239. OLE color: 6640239.

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

Color convert

RGB 111 82 101 -
CMYK 0 0.26 0.09 0.56
HSL 320.69º 0.15% 0.38% -
HSV(B) 320.69º 0.26% 0.44% -
XYZ 11.92 10.35 13.68 -
YUV 92.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 111 82 101 0 0.26 0.09 0.56 320.69 0.15 0.38
Hex 6F 52 65 0 1A 9 38 141 F 26
Octal 157 122 145 0 32 11 70 501 17 46
Binary 1101111 1010010 1100101 0 11010 1001 111000 101000001 1111 100110

Color Harmonies of #6F5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5265

Black with #6F5265

Text Example


Text Example

White with #6F5265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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