Html Css Color HEX #6F5262 Cosmic

📋 copy color: '#6F5262'

red 111 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #6F5262

Tints of Cosmic #6F5262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 38.14%
G = 28.18%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F5262 (or 0x6F5262) is known color: Cosmic. HEX triplet: 6F, 52 and 62. RGB value is (111,82,98). Sum of RGB (Red+Green+Blue) = 111+82+98=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5262 is #90AD9D. Grayscale: #5C5C5C. Windows color (decimal): -9481630 or 6443631. OLE color: 6443631.

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

Color convert

RGB 111 82 98 -
CMYK 0 0.26 0.12 0.56
HSL 326.9º 0.15% 0.38% -
HSV(B) 326.9º 0.26% 0.44% -
XYZ 11.78 10.3 12.92 -
YUV 92.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 111 82 98 0 0.26 0.12 0.56 326.9 0.15 0.38
Hex 6F 52 62 0 1A C 38 147 F 26
Octal 157 122 142 0 32 14 70 507 17 46
Binary 1101111 1010010 1100010 0 11010 1100 111000 101000111 1111 100110

Color Harmonies of #6F5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5262

Black with #6F5262

Text Example


Text Example

White with #6F5262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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