Html Css Color HEX #6F435F Cosmic

📋 copy color: '#6F435F'

red 111 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #6F435F

Tints of Cosmic #6F435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 40.66%
G = 24.54%
B = 34.8%

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

#6F435F (or 0x6F435F) is known color: Cosmic. HEX triplet: 6F, 43 and 5F. RGB value is (111,67,95). Sum of RGB (Red+Green+Blue) = 111+67+95=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F435F is #90BCA0. Grayscale: #535353. Windows color (decimal): -9485473 or 6243183. OLE color: 6243183.

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

Color convert

RGB 111 67 95 -
CMYK 0 0.40 0.14 0.56
HSL 321.82º 0.25% 0.35% -
HSV(B) 321.82º 0.4% 0.44% -
XYZ 10.63 8.22 11.85 -
YUV 83.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 111 67 95 0 0.40 0.14 0.56 321.82 0.25 0.35
Hex 6F 43 5F 0 28 E 38 142 19 23
Octal 157 103 137 0 50 16 70 502 31 43
Binary 1101111 1000011 1011111 0 101000 1110 111000 101000010 11001 100011

Color Harmonies of #6F435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F435F

Black with #6F435F

Text Example


Text Example

White with #6F435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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