Html Css Color HEX #696266 Scorpion

📋 copy color: '#696266'

red 105 ◦ green 98 ◦ blue 102

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

Shades of Scorpion #696266

Tints of Scorpion #696266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 34.43%
G = 32.13%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#696266 (or 0x696266) is known color: Scorpion. HEX triplet: 69, 62 and 66. RGB value is (105,98,102). Sum of RGB (Red+Green+Blue) = 105+98+102=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696266 is #969D99. Grayscale: #646464. Windows color (decimal): -9870746 or 6709865. OLE color: 6709865.

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

Color convert

RGB 105 98 102 -
CMYK 0 0.07 0.03 0.59
HSL 325.71º 0.03% 0.4% -
HSV(B) 325.71º 0.07% 0.41% -
XYZ 12.59 12.7 14.36 -
YUV 100.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 105 98 102 0 0.07 0.03 0.59 325.71 0.03 0.4
Hex 69 62 66 0 7 3 3B 146 3 28
Octal 151 142 146 0 7 3 73 506 3 50
Binary 1101001 1100010 1100110 0 111 11 111011 101000110 11 101000

Color Harmonies of #696266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696266

Black with #696266

Text Example


Text Example

White with #696266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696266; }

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

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

background-color css

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

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

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

border-color css

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

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

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