Html Css Color HEX #6B4B60 Cosmic

📋 copy color: '#6B4B60'

red 107 ◦ green 75 ◦ blue 96

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

Shades of Cosmic #6B4B60

Tints of Cosmic #6B4B60

RGB

 RED value IS 107 (42.19% from 255) = 38.49%

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 38.49%
G = 26.98%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B4B60 (or 0x6B4B60) is known color: Cosmic. HEX triplet: 6B, 4B and 60. RGB value is (107,75,96). Sum of RGB (Red+Green+Blue) = 107+75+96=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B60 is #94B49F. Grayscale: #565656. Windows color (decimal): -9745568 or 6310763. OLE color: 6310763.

HSL color Cylindrical-coordinate representation of color #6B4B60: hue angle of 320.62º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B60 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 75 96 -
CMYK 0 0.30 0.10 0.58
HSL 320.63º 0.18% 0.36% -
HSV(B) 320.63º 0.3% 0.42% -
XYZ 10.69 9 12.24 -
YUV 86.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 107 75 96 0 0.30 0.10 0.58 320.63 0.18 0.36
Hex 6B 4B 60 0 1E A 3A 141 12 24
Octal 153 113 140 0 36 12 72 501 22 44
Binary 1101011 1001011 1100000 0 11110 1010 111010 101000001 10010 100100

Color Harmonies of #6B4B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4B60

Black with #6B4B60

Text Example


Text Example

White with #6B4B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,75,96); }

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

background-color css

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

 a { background-color: rgb(107,75,96); }

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

border-color css

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

 span { border-color: rgb(107,75,96); }

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