Html Css Color HEX #695EA6 Scampi

📋 copy color: '#695EA6'

red 105 ◦ green 94 ◦ blue 166

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

Shades of Scampi #695EA6

Tints of Scampi #695EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 28.77%
G = 25.75%
B = 45.48%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#695EA6 (or 0x695EA6) is known color: Scampi. HEX triplet: 69, 5E and A6. RGB value is (105,94,166). Sum of RGB (Red+Green+Blue) = 105+94+166=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #695EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EA6 is #96A159. Grayscale: #696969. Windows color (decimal): -9871706 or 10903145. OLE color: 10903145.

HSL color Cylindrical-coordinate representation of color #695EA6: hue angle of 249.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695EA6 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 94 166 -
CMYK 0.37 0.43 0 0.35
HSL 249.17º 0.29% 0.51% -
HSV(B) 249.17º 0.43% 0.65% -
XYZ 16.71 13.76 37.85 -
YUV 105.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 105 94 166 0.37 0.43 0 0.35 249.17 0.29 0.51
Hex 69 5E A6 25 2B 0 23 F9 1D 33
Octal 151 136 246 45 53 0 43 371 35 63
Binary 1101001 1011110 10100110 100101 101011 0 100011 11111001 11101 110011

Color Harmonies of #695EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EA6

Black with #695EA6

Text Example


Text Example

White with #695EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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