Html Css Color HEX #6F5065 Cosmic

📋 copy color: '#6F5065'

red 111 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #6F5065

Tints of Cosmic #6F5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 38.01%
G = 27.4%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5065 (or 0x6F5065) is known color: Cosmic. HEX triplet: 6F, 50 and 65. RGB value is (111,80,101). Sum of RGB (Red+Green+Blue) = 111+80+101=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5065 is #90AF9A. Grayscale: #5B5B5B. Windows color (decimal): -9482139 or 6639727. OLE color: 6639727.

HSL color Cylindrical-coordinate representation of color #6F5065: hue angle of 319.35º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5065 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 101 -
CMYK 0 0.28 0.09 0.56
HSL 319.35º 0.16% 0.37% -
HSV(B) 319.35º 0.28% 0.44% -
XYZ 11.77 10.06 13.63 -
YUV 91.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 111 80 101 0 0.28 0.09 0.56 319.35 0.16 0.37
Hex 6F 50 65 0 1C 9 38 13F 10 25
Octal 157 120 145 0 34 11 70 477 20 45
Binary 1101111 1010000 1100101 0 11100 1001 111000 100111111 10000 100101

Color Harmonies of #6F5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5065

Black with #6F5065

Text Example


Text Example

White with #6F5065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,101); }

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

background-color css

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

 a { background-color: rgb(111,80,101); }

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

border-color css

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

 span { border-color: rgb(111,80,101); }

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