Html Css Color HEX #696A91 Scampi

📋 copy color: '#696A91'

red 105 ◦ green 106 ◦ blue 145

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

Shades of Scampi #696A91

Tints of Scampi #696A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 29.49%
G = 29.78%
B = 40.73%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696A91 (or 0x696A91) is known color: Scampi. HEX triplet: 69, 6A and 91. RGB value is (105,106,145). Sum of RGB (Red+Green+Blue) = 105+106+145=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #696A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A91 is #96956E. Grayscale: #6D6D6D. Windows color (decimal): -9868655 or 9529961. OLE color: 9529961.

HSL color Cylindrical-coordinate representation of color #696A91: hue angle of 238.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696A91 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 106 145 -
CMYK 0.28 0.27 0 0.43
HSL 238.5º 0.16% 0.49% -
HSV(B) 238.5º 0.28% 0.57% -
XYZ 16.09 15.36 28.9 -
YUV 110.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 105 106 145 0.28 0.27 0 0.43 238.5 0.16 0.49
Hex 69 6A 91 1C 1B 0 2B EE 10 31
Octal 151 152 221 34 33 0 53 356 20 61
Binary 1101001 1101010 10010001 11100 11011 0 101011 11101110 10000 110001

Color Harmonies of #696A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A91

Black with #696A91

Text Example


Text Example

White with #696A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696A91; }

 p { color: rgb(105,106,145); }

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

background-color css

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

 a { background-color: rgb(105,106,145); }

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

border-color css

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

 span { border-color: rgb(105,106,145); }

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