Html Css Color HEX #6F4360 Cosmic

📋 copy color: '#6F4360'

red 111 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #6F4360

Tints of Cosmic #6F4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 40.51%
G = 24.45%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F4360 (or 0x6F4360) is known color: Cosmic. HEX triplet: 6F, 43 and 60. RGB value is (111,67,96). Sum of RGB (Red+Green+Blue) = 111+67+96=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4360 is #90BC9F. Grayscale: #535353. Windows color (decimal): -9485472 or 6308719. OLE color: 6308719.

HSL color Cylindrical-coordinate representation of color #6F4360: hue angle of 320.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4360 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 67 96 -
CMYK 0 0.40 0.14 0.56
HSL 320.45º 0.25% 0.35% -
HSV(B) 320.45º 0.4% 0.44% -
XYZ 10.67 8.24 12.09 -
YUV 83.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 111 67 96 0 0.40 0.14 0.56 320.45 0.25 0.35
Hex 6F 43 60 0 28 E 38 140 19 23
Octal 157 103 140 0 50 16 70 500 31 43
Binary 1101111 1000011 1100000 0 101000 1110 111000 101000000 11001 100011

Color Harmonies of #6F4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4360

Black with #6F4360

Text Example


Text Example

White with #6F4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,96); }

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

background-color css

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

 a { background-color: rgb(111,67,96); }

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

border-color css

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

 span { border-color: rgb(111,67,96); }

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