Html Css Color HEX #6B6063 Scorpion

📋 copy color: '#6B6063'

red 107 ◦ green 96 ◦ blue 99

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

Shades of Scorpion #6B6063

Tints of Scorpion #6B6063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 35.43%
G = 31.79%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B6063 (or 0x6B6063) is known color: Scorpion. HEX triplet: 6B, 60 and 63. RGB value is (107,96,99). Sum of RGB (Red+Green+Blue) = 107+96+99=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6063 is #949F9C. Grayscale: #636363. Windows color (decimal): -9740189 or 6512747. OLE color: 6512747.

HSL color Cylindrical-coordinate representation of color #6B6063: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6063 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 99 -
CMYK 0 0.10 0.07 0.58
HSL 343.64º 0.05% 0.4% -
HSV(B) 343.64º 0.1% 0.42% -
XYZ 12.5 12.39 13.54 -
YUV 99.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 107 96 99 0 0.10 0.07 0.58 343.64 0.05 0.4
Hex 6B 60 63 0 A 7 3A 158 5 28
Octal 153 140 143 0 12 7 72 530 5 50
Binary 1101011 1100000 1100011 0 1010 111 111010 101011000 101 101000

Color Harmonies of #6B6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6063

Black with #6B6063

Text Example


Text Example

White with #6B6063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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