Html Css Color HEX #6F4664 Cosmic

📋 copy color: '#6F4664'

red 111 ◦ green 70 ◦ blue 100

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

Shades of Cosmic #6F4664

Tints of Cosmic #6F4664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 39.5%
G = 24.91%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F4664 (or 0x6F4664) is known color: Cosmic. HEX triplet: 6F, 46 and 64. RGB value is (111,70,100). Sum of RGB (Red+Green+Blue) = 111+70+100=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4664 is #90B99B. Grayscale: #555555. Windows color (decimal): -9484700 or 6571631. OLE color: 6571631.

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

Color convert

RGB 111 70 100 -
CMYK 0 0.37 0.10 0.56
HSL 316.1º 0.23% 0.35% -
HSV(B) 316.1º 0.37% 0.44% -
XYZ 11.05 8.68 13.15 -
YUV 85.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 111 70 100 0 0.37 0.10 0.56 316.1 0.23 0.35
Hex 6F 46 64 0 25 A 38 13C 17 23
Octal 157 106 144 0 45 12 70 474 27 43
Binary 1101111 1000110 1100100 0 100101 1010 111000 100111100 10111 100011

Color Harmonies of #6F4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4664

Black with #6F4664

Text Example


Text Example

White with #6F4664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,100); }

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

background-color css

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

 a { background-color: rgb(111,70,100); }

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

border-color css

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

 span { border-color: rgb(111,70,100); }

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