Html Css Color HEX #696B90 Scampi

📋 copy color: '#696B90'

red 105 ◦ green 107 ◦ blue 144

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

Shades of Scampi #696B90

Tints of Scampi #696B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 29.49%
G = 30.06%
B = 40.45%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#696B90 (or 0x696B90) is known color: Scampi. HEX triplet: 69, 6B and 90. RGB value is (105,107,144). Sum of RGB (Red+Green+Blue) = 105+107+144=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #696B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B90 is #96946F. Grayscale: #6E6E6E. Windows color (decimal): -9868400 or 9464681. OLE color: 9464681.

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

Color convert

RGB 105 107 144 -
CMYK 0.27 0.26 0 0.44
HSL 236.92º 0.16% 0.49% -
HSV(B) 236.92º 0.27% 0.56% -
XYZ 16.12 15.53 28.53 -
YUV 110.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 105 107 144 0.27 0.26 0 0.44 236.92 0.16 0.49
Hex 69 6B 90 1B 1A 0 2C ED 10 31
Octal 151 153 220 33 32 0 54 355 20 61
Binary 1101001 1101011 10010000 11011 11010 0 101100 11101101 10000 110001

Color Harmonies of #696B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B90

Black with #696B90

Text Example


Text Example

White with #696B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,144); }

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

background-color css

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

 a { background-color: rgb(105,107,144); }

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

border-color css

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

 span { border-color: rgb(105,107,144); }

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