Html Css Color HEX #6B5663 Cosmic

📋 copy color: '#6B5663'

red 107 ◦ green 86 ◦ blue 99

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

Shades of Cosmic #6B5663

Tints of Cosmic #6B5663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 36.64%
G = 29.45%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B5663 (or 0x6B5663) is known color: Cosmic. HEX triplet: 6B, 56 and 63. RGB value is (107,86,99). Sum of RGB (Red+Green+Blue) = 107+86+99=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5663 is #94A99C. Grayscale: #5D5D5D. Windows color (decimal): -9742749 or 6510187. OLE color: 6510187.

HSL color Cylindrical-coordinate representation of color #6B5663: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5663 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 86 99 -
CMYK 0 0.20 0.07 0.58
HSL 322.86º 0.11% 0.38% -
HSV(B) 322.86º 0.2% 0.42% -
XYZ 11.64 10.68 13.25 -
YUV 93.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 107 86 99 0 0.20 0.07 0.58 322.86 0.11 0.38
Hex 6B 56 63 0 14 7 3A 143 B 26
Octal 153 126 143 0 24 7 72 503 13 46
Binary 1101011 1010110 1100011 0 10100 111 111010 101000011 1011 100110

Color Harmonies of #6B5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5663

Black with #6B5663

Text Example


Text Example

White with #6B5663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,86,99); }

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

background-color css

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

 a { background-color: rgb(107,86,99); }

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

border-color css

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

 span { border-color: rgb(107,86,99); }

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