Html Css Color HEX #6F5663 Cosmic

📋 copy color: '#6F5663'

red 111 ◦ green 86 ◦ blue 99

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

Shades of Cosmic #6F5663

Tints of Cosmic #6F5663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 37.5%
G = 29.05%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F5663 (or 0x6F5663) is known color: Cosmic. HEX triplet: 6F, 56 and 63. RGB value is (111,86,99). Sum of RGB (Red+Green+Blue) = 111+86+99=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5663 is #90A99C. Grayscale: #5E5E5E. Windows color (decimal): -9480605 or 6510191. OLE color: 6510191.

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

Color convert

RGB 111 86 99 -
CMYK 0 0.23 0.11 0.56
HSL 328.8º 0.13% 0.39% -
HSV(B) 328.8º 0.23% 0.44% -
XYZ 12.14 10.94 13.28 -
YUV 94.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 111 86 99 0 0.23 0.11 0.56 328.8 0.13 0.39
Hex 6F 56 63 0 17 B 38 149 D 27
Octal 157 126 143 0 27 13 70 511 15 47
Binary 1101111 1010110 1100011 0 10111 1011 111000 101001001 1101 100111

Color Harmonies of #6F5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5663

Black with #6F5663

Text Example


Text Example

White with #6F5663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,99); }

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

background-color css

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

 a { background-color: rgb(111,86,99); }

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

border-color css

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

 span { border-color: rgb(111,86,99); }

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