Html Css Color HEX #696A9F Scampi

📋 copy color: '#696A9F'

red 105 ◦ green 106 ◦ blue 159

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

Shades of Scampi #696A9F

Tints of Scampi #696A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 28.38%
G = 28.65%
B = 42.97%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#696A9F (or 0x696A9F) is known color: Scampi. HEX triplet: 69, 6A and 9F. RGB value is (105,106,159). Sum of RGB (Red+Green+Blue) = 105+106+159=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #696A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A9F is #969560. Grayscale: #6F6F6F. Windows color (decimal): -9868641 or 10447465. OLE color: 10447465.

HSL color Cylindrical-coordinate representation of color #696A9F: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696A9F is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 106 159 -
CMYK 0.34 0.33 0 0.38
HSL 238.89º 0.22% 0.52% -
HSV(B) 238.89º 0.34% 0.62% -
XYZ 17.24 15.81 34.94 -
YUV 111.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 105 106 159 0.34 0.33 0 0.38 238.89 0.22 0.52
Hex 69 6A 9F 22 21 0 26 EF 16 34
Octal 151 152 237 42 41 0 46 357 26 64
Binary 1101001 1101010 10011111 100010 100001 0 100110 11101111 10110 110100

Color Harmonies of #696A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A9F

Black with #696A9F

Text Example


Text Example

White with #696A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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