Html Css Color HEX #696B92 Scampi

📋 copy color: '#696B92'

red 105 ◦ green 107 ◦ blue 146

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

Shades of Scampi #696B92

Tints of Scampi #696B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 29.33%
G = 29.89%
B = 40.78%

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

#696B92 (or 0x696B92) is known color: Scampi. HEX triplet: 69, 6B and 92. RGB value is (105,107,146). Sum of RGB (Red+Green+Blue) = 105+107+146=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #696B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B92 is #96946D. Grayscale: #6E6E6E. Windows color (decimal): -9868398 or 9595753. OLE color: 9595753.

HSL color Cylindrical-coordinate representation of color #696B92: hue angle of 237.07º 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 #696B92 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 107 146 -
CMYK 0.28 0.27 0 0.43
HSL 237.07º 0.16% 0.49% -
HSV(B) 237.07º 0.28% 0.57% -
XYZ 16.27 15.59 29.35 -
YUV 110.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 105 107 146 0.28 0.27 0 0.43 237.07 0.16 0.49
Hex 69 6B 92 1C 1B 0 2B ED 10 31
Octal 151 153 222 34 33 0 53 355 20 61
Binary 1101001 1101011 10010010 11100 11011 0 101011 11101101 10000 110001

Color Harmonies of #696B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B92

Black with #696B92

Text Example


Text Example

White with #696B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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