Html Css Color HEX #6B5462 Cosmic

📋 copy color: '#6B5462'

red 107 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #6B5462

Tints of Cosmic #6B5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 37.02%
G = 29.07%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B5462 (or 0x6B5462) is known color: Cosmic. HEX triplet: 6B, 54 and 62. RGB value is (107,84,98). Sum of RGB (Red+Green+Blue) = 107+84+98=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5462 is #94AB9D. Grayscale: #5C5C5C. Windows color (decimal): -9743262 or 6444139. OLE color: 6444139.

HSL color Cylindrical-coordinate representation of color #6B5462: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5462 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 84 98 -
CMYK 0 0.21 0.08 0.58
HSL 323.48º 0.12% 0.37% -
HSV(B) 323.48º 0.21% 0.42% -
XYZ 11.44 10.35 12.95 -
YUV 92.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 107 84 98 0 0.21 0.08 0.58 323.48 0.12 0.37
Hex 6B 54 62 0 15 8 3A 143 C 25
Octal 153 124 142 0 25 10 72 503 14 45
Binary 1101011 1010100 1100010 0 10101 1000 111010 101000011 1100 100101

Color Harmonies of #6B5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5462

Black with #6B5462

Text Example


Text Example

White with #6B5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,98); }

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

background-color css

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

 a { background-color: rgb(107,84,98); }

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

border-color css

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

 span { border-color: rgb(107,84,98); }

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