Html Css Color HEX #6F4762 Cosmic

📋 copy color: '#6F4762'

red 111 ◦ green 71 ◦ blue 98

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

Shades of Cosmic #6F4762

Tints of Cosmic #6F4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 39.64%
G = 25.36%
B = 35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F4762 (or 0x6F4762) is known color: Cosmic. HEX triplet: 6F, 47 and 62. RGB value is (111,71,98). Sum of RGB (Red+Green+Blue) = 111+71+98=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4762 is #90B89D. Grayscale: #555555. Windows color (decimal): -9484446 or 6440815. OLE color: 6440815.

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

Color convert

RGB 111 71 98 -
CMYK 0 0.36 0.12 0.56
HSL 319.5º 0.22% 0.36% -
HSV(B) 319.5º 0.36% 0.44% -
XYZ 11.01 8.77 12.67 -
YUV 86.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 111 71 98 0 0.36 0.12 0.56 319.5 0.22 0.36
Hex 6F 47 62 0 24 C 38 140 16 24
Octal 157 107 142 0 44 14 70 500 26 44
Binary 1101111 1000111 1100010 0 100100 1100 111000 101000000 10110 100100

Color Harmonies of #6F4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4762

Black with #6F4762

Text Example


Text Example

White with #6F4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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