Html Css Color HEX #696366 Scorpion

📋 copy color: '#696366'

red 105 ◦ green 99 ◦ blue 102

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

Shades of Scorpion #696366

Tints of Scorpion #696366

RGB

 RED value IS 105 (41.41% from 255) = 34.31%

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 34.31%
G = 32.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#696366 (or 0x696366) is known color: Scorpion. HEX triplet: 69, 63 and 66. RGB value is (105,99,102). Sum of RGB (Red+Green+Blue) = 105+99+102=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696366 is #969C99. Grayscale: #656565. Windows color (decimal): -9870490 or 6710121. OLE color: 6710121.

HSL color Cylindrical-coordinate representation of color #696366: hue angle of 330º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696366 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 102 -
CMYK 0 0.06 0.03 0.59
HSL 330º 0.03% 0.4% -
HSV(B) 330º 0.06% 0.41% -
XYZ 12.69 12.89 14.39 -
YUV 101.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 105 99 102 0 0.06 0.03 0.59 330 0.03 0.4
Hex 69 63 66 0 6 3 3B 14A 3 28
Octal 151 143 146 0 6 3 73 512 3 50
Binary 1101001 1100011 1100110 0 110 11 111011 101001010 11 101000

Color Harmonies of #696366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696366

Black with #696366

Text Example


Text Example

White with #696366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696366; }

 p { color: rgb(105,99,102); }

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

background-color css

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

 a { background-color: rgb(105,99,102); }

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

border-color css

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

 span { border-color: rgb(105,99,102); }

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