Html Css Color HEX #6B6065 Scorpion

📋 copy color: '#6B6065'

red 107 ◦ green 96 ◦ blue 101

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

Shades of Scorpion #6B6065

Tints of Scorpion #6B6065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 35.2%
G = 31.58%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6B6065 (or 0x6B6065) is known color: Scorpion. HEX triplet: 6B, 60 and 65. RGB value is (107,96,101). Sum of RGB (Red+Green+Blue) = 107+96+101=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6065 is #949F9A. Grayscale: #636363. Windows color (decimal): -9740187 or 6643819. OLE color: 6643819.

HSL color Cylindrical-coordinate representation of color #6B6065: hue angle of 332.73º 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 #6B6065 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 96 101 -
CMYK 0 0.10 0.06 0.58
HSL 332.73º 0.05% 0.4% -
HSV(B) 332.73º 0.1% 0.42% -
XYZ 12.6 12.43 14.05 -
YUV 99.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 107 96 101 0 0.10 0.06 0.58 332.73 0.05 0.4
Hex 6B 60 65 0 A 6 3A 14D 5 28
Octal 153 140 145 0 12 6 72 515 5 50
Binary 1101011 1100000 1100101 0 1010 110 111010 101001101 101 101000

Color Harmonies of #6B6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6065

Black with #6B6065

Text Example


Text Example

White with #6B6065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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