Html Css Color HEX #6F4162 Cosmic

📋 copy color: '#6F4162'

red 111 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #6F4162

Tints of Cosmic #6F4162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

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

R = 40.51%
G = 23.72%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F4162 (or 0x6F4162) is known color: Cosmic. HEX triplet: 6F, 41 and 62. RGB value is (111,65,98). Sum of RGB (Red+Green+Blue) = 111+65+98=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4162 is #90BE9D. Grayscale: #525252. Windows color (decimal): -9485982 or 6439279. OLE color: 6439279.

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

Color convert

RGB 111 65 98 -
CMYK 0 0.41 0.12 0.56
HSL 316.96º 0.26% 0.35% -
HSV(B) 316.96º 0.41% 0.44% -
XYZ 10.65 8.04 12.55 -
YUV 82.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 111 65 98 0 0.41 0.12 0.56 316.96 0.26 0.35
Hex 6F 41 62 0 29 C 38 13D 1A 23
Octal 157 101 142 0 51 14 70 475 32 43
Binary 1101111 1000001 1100010 0 101001 1100 111000 100111101 11010 100011

Color Harmonies of #6F4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4162

Black with #6F4162

Text Example


Text Example

White with #6F4162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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