Html Css Color HEX #6F5865 Cosmic

📋 copy color: '#6F5865'

red 111 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #6F5865

Tints of Cosmic #6F5865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 37%
G = 29.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5865 (or 0x6F5865) is known color: Cosmic. HEX triplet: 6F, 58 and 65. RGB value is (111,88,101). Sum of RGB (Red+Green+Blue) = 111+88+101=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5865 is #90A79A. Grayscale: #606060. Windows color (decimal): -9480091 or 6641775. OLE color: 6641775.

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

Color convert

RGB 111 88 101 -
CMYK 0 0.21 0.09 0.56
HSL 326.09º 0.12% 0.39% -
HSV(B) 326.09º 0.21% 0.44% -
XYZ 12.39 11.3 13.84 -
YUV 96.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 111 88 101 0 0.21 0.09 0.56 326.09 0.12 0.39
Hex 6F 58 65 0 15 9 38 146 C 27
Octal 157 130 145 0 25 11 70 506 14 47
Binary 1101111 1011000 1100101 0 10101 1001 111000 101000110 1100 100111

Color Harmonies of #6F5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5865

Black with #6F5865

Text Example


Text Example

White with #6F5865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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