Html Css Color HEX #695E94 Scampi

📋 copy color: '#695E94'

red 105 ◦ green 94 ◦ blue 148

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

Shades of Scampi #695E94

Tints of Scampi #695E94

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 30.26%
G = 27.09%
B = 42.65%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#695E94 (or 0x695E94) is known color: Scampi. HEX triplet: 69, 5E and 94. RGB value is (105,94,148). Sum of RGB (Red+Green+Blue) = 105+94+148=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #695E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E94 is #96A16B. Grayscale: #676767. Windows color (decimal): -9871724 or 9723497. OLE color: 9723497.

HSL color Cylindrical-coordinate representation of color #695E94: hue angle of 252.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695E94 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 94 148 -
CMYK 0.29 0.36 0 0.42
HSL 252.22º 0.22% 0.47% -
HSV(B) 252.22º 0.36% 0.58% -
XYZ 15.17 13.15 29.75 -
YUV 103.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 105 94 148 0.29 0.36 0 0.42 252.22 0.22 0.47
Hex 69 5E 94 1D 24 0 2A FC 16 2F
Octal 151 136 224 35 44 0 52 374 26 57
Binary 1101001 1011110 10010100 11101 100100 0 101010 11111100 10110 101111

Color Harmonies of #695E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E94

Black with #695E94

Text Example


Text Example

White with #695E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695E94; }

 p { color: rgb(105,94,148); }

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

background-color css

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

 a { background-color: rgb(105,94,148); }

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

border-color css

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

 span { border-color: rgb(105,94,148); }

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