Html Css Color HEX #6F555C Cosmic

📋 copy color: '#6F555C'

red 111 ◦ green 85 ◦ blue 92

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

Shades of Cosmic #6F555C

Tints of Cosmic #6F555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 38.54%
G = 29.51%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F555C (or 0x6F555C) is known color: Cosmic. HEX triplet: 6F, 55 and 5C. RGB value is (111,85,92). Sum of RGB (Red+Green+Blue) = 111+85+92=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555C is #90AAA3. Grayscale: #5D5D5D. Windows color (decimal): -9480868 or 6051183. OLE color: 6051183.

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

Color convert

RGB 111 85 92 -
CMYK 0 0.23 0.17 0.56
HSL 343.85º 0.13% 0.38% -
HSV(B) 343.85º 0.23% 0.44% -
XYZ 11.74 10.65 11.56 -
YUV 93.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 111 85 92 0 0.23 0.17 0.56 343.85 0.13 0.38
Hex 6F 55 5C 0 17 11 38 158 D 26
Octal 157 125 134 0 27 21 70 530 15 46
Binary 1101111 1010101 1011100 0 10111 10001 111000 101011000 1101 100110

Color Harmonies of #6F555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F555C

Black with #6F555C

Text Example


Text Example

White with #6F555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,92); }

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

background-color css

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

 a { background-color: rgb(111,85,92); }

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

border-color css

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

 span { border-color: rgb(111,85,92); }

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