Html Css Color HEX #6F5264 Cosmic

📋 copy color: '#6F5264'

red 111 ◦ green 82 ◦ blue 100

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

Shades of Cosmic #6F5264

Tints of Cosmic #6F5264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 37.88%
G = 27.99%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F5264 (or 0x6F5264) is known color: Cosmic. HEX triplet: 6F, 52 and 64. RGB value is (111,82,100). Sum of RGB (Red+Green+Blue) = 111+82+100=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5264 is #90AD9B. Grayscale: #5C5C5C. Windows color (decimal): -9481628 or 6574703. OLE color: 6574703.

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

Color convert

RGB 111 82 100 -
CMYK 0 0.26 0.10 0.56
HSL 322.76º 0.15% 0.38% -
HSV(B) 322.76º 0.26% 0.44% -
XYZ 11.87 10.33 13.43 -
YUV 92.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 111 82 100 0 0.26 0.10 0.56 322.76 0.15 0.38
Hex 6F 52 64 0 1A A 38 143 F 26
Octal 157 122 144 0 32 12 70 503 17 46
Binary 1101111 1010010 1100100 0 11010 1010 111000 101000011 1111 100110

Color Harmonies of #6F5264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5264

Black with #6F5264

Text Example


Text Example

White with #6F5264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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