Html Css Color HEX #6F4463 Cosmic

📋 copy color: '#6F4463'

red 111 ◦ green 68 ◦ blue 99

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

Shades of Cosmic #6F4463

Tints of Cosmic #6F4463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 39.93%
G = 24.46%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F4463 (or 0x6F4463) is known color: Cosmic. HEX triplet: 6F, 44 and 63. RGB value is (111,68,99). Sum of RGB (Red+Green+Blue) = 111+68+99=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4463 is #90BB9C. Grayscale: #545454. Windows color (decimal): -9485213 or 6505583. OLE color: 6505583.

HSL color Cylindrical-coordinate representation of color #6F4463: hue angle of 316.74º 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 #6F4463 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 68 99 -
CMYK 0 0.39 0.11 0.56
HSL 316.74º 0.24% 0.35% -
HSV(B) 316.74º 0.39% 0.44% -
XYZ 10.87 8.41 12.86 -
YUV 84.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 111 68 99 0 0.39 0.11 0.56 316.74 0.24 0.35
Hex 6F 44 63 0 27 B 38 13D 18 23
Octal 157 104 143 0 47 13 70 475 30 43
Binary 1101111 1000100 1100011 0 100111 1011 111000 100111101 11000 100011

Color Harmonies of #6F4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4463

Black with #6F4463

Text Example


Text Example

White with #6F4463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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