Html Css Color HEX #6F4260 Cosmic

📋 copy color: '#6F4260'

red 111 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #6F4260

Tints of Cosmic #6F4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 40.66%
G = 24.18%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F4260 (or 0x6F4260) is known color: Cosmic. HEX triplet: 6F, 42 and 60. RGB value is (111,66,96). Sum of RGB (Red+Green+Blue) = 111+66+96=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4260 is #90BD9F. Grayscale: #525252. Windows color (decimal): -9485728 or 6308463. OLE color: 6308463.

HSL color Cylindrical-coordinate representation of color #6F4260: hue angle of 320º degrees, saturation: 0.25, 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 #6F4260 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 96 -
CMYK 0 0.41 0.14 0.56
HSL 320º 0.25% 0.35% -
HSV(B) 320º 0.41% 0.44% -
XYZ 10.62 8.12 12.07 -
YUV 82.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 111 66 96 0 0.41 0.14 0.56 320 0.25 0.35
Hex 6F 42 60 0 29 E 38 140 19 23
Octal 157 102 140 0 51 16 70 500 31 43
Binary 1101111 1000010 1100000 0 101001 1110 111000 101000000 11001 100011

Color Harmonies of #6F4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4260

Black with #6F4260

Text Example


Text Example

White with #6F4260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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