Html Css Color HEX #695EA5 Scampi

📋 copy color: '#695EA5'

red 105 ◦ green 94 ◦ blue 165

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

Shades of Scampi #695EA5

Tints of Scampi #695EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 28.85%
G = 25.82%
B = 45.33%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#695EA5 (or 0x695EA5) is known color: Scampi. HEX triplet: 69, 5E and A5. RGB value is (105,94,165). Sum of RGB (Red+Green+Blue) = 105+94+165=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #695EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695EA5 is #96A15A. Grayscale: #696969. Windows color (decimal): -9871707 or 10837609. OLE color: 10837609.

HSL color Cylindrical-coordinate representation of color #695EA5: hue angle of 249.3º degrees, saturation: 0.28, 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 #695EA5 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 94 165 -
CMYK 0.36 0.43 0 0.35
HSL 249.3º 0.28% 0.51% -
HSV(B) 249.3º 0.43% 0.65% -
XYZ 16.62 13.73 37.37 -
YUV 105.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 105 94 165 0.36 0.43 0 0.35 249.3 0.28 0.51
Hex 69 5E A5 24 2B 0 23 F9 1C 33
Octal 151 136 245 44 53 0 43 371 34 63
Binary 1101001 1011110 10100101 100100 101011 0 100011 11111001 11100 110011

Color Harmonies of #695EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EA5

Black with #695EA5

Text Example


Text Example

White with #695EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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