Html Css Color HEX #6F5362 Cosmic

📋 copy color: '#6F5362'

red 111 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #6F5362

Tints of Cosmic #6F5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 38.01%
G = 28.42%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F5362 (or 0x6F5362) is known color: Cosmic. HEX triplet: 6F, 53 and 62. RGB value is (111,83,98). Sum of RGB (Red+Green+Blue) = 111+83+98=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5362 is #90AC9D. Grayscale: #5D5D5D. Windows color (decimal): -9481374 or 6443887. OLE color: 6443887.

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

Color convert

RGB 111 83 98 -
CMYK 0 0.25 0.12 0.56
HSL 327.86º 0.14% 0.38% -
HSV(B) 327.86º 0.25% 0.44% -
XYZ 11.85 10.45 12.95 -
YUV 93.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 111 83 98 0 0.25 0.12 0.56 327.86 0.14 0.38
Hex 6F 53 62 0 19 C 38 148 E 26
Octal 157 123 142 0 31 14 70 510 16 46
Binary 1101111 1010011 1100010 0 11001 1100 111000 101001000 1110 100110

Color Harmonies of #6F5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5362

Black with #6F5362

Text Example


Text Example

White with #6F5362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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