Html Css Color HEX #6B5062 Cosmic

📋 copy color: '#6B5062'

red 107 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #6B5062

Tints of Cosmic #6B5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 37.54%
G = 28.07%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6B5062 (or 0x6B5062) is known color: Cosmic. HEX triplet: 6B, 50 and 62. RGB value is (107,80,98). Sum of RGB (Red+Green+Blue) = 107+80+98=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5062 is #94AF9D. Grayscale: #5A5A5A. Windows color (decimal): -9744286 or 6443115. OLE color: 6443115.

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

Color convert

RGB 107 80 98 -
CMYK 0 0.25 0.08 0.58
HSL 320º 0.14% 0.37% -
HSV(B) 320º 0.25% 0.42% -
XYZ 11.14 9.74 12.85 -
YUV 90.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 107 80 98 0 0.25 0.08 0.58 320 0.14 0.37
Hex 6B 50 62 0 19 8 3A 140 E 25
Octal 153 120 142 0 31 10 72 500 16 45
Binary 1101011 1010000 1100010 0 11001 1000 111010 101000000 1110 100101

Color Harmonies of #6B5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5062

Black with #6B5062

Text Example


Text Example

White with #6B5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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