Html Css Color HEX #6F4460 Cosmic

📋 copy color: '#6F4460'

red 111 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #6F4460

Tints of Cosmic #6F4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 40.36%
G = 24.73%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F4460 (or 0x6F4460) is known color: Cosmic. HEX triplet: 6F, 44 and 60. RGB value is (111,68,96). Sum of RGB (Red+Green+Blue) = 111+68+96=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4460 is #90BB9F. Grayscale: #535353. Windows color (decimal): -9485216 or 6308975. OLE color: 6308975.

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

Color convert

RGB 111 68 96 -
CMYK 0 0.39 0.14 0.56
HSL 320.93º 0.24% 0.35% -
HSV(B) 320.93º 0.39% 0.44% -
XYZ 10.73 8.36 12.11 -
YUV 84.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 111 68 96 0 0.39 0.14 0.56 320.93 0.24 0.35
Hex 6F 44 60 0 27 E 38 141 18 23
Octal 157 104 140 0 47 16 70 501 30 43
Binary 1101111 1000100 1100000 0 100111 1110 111000 101000001 11000 100011

Color Harmonies of #6F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4460

Black with #6F4460

Text Example


Text Example

White with #6F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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