Html Css Color HEX #695FA7 Scampi

📋 copy color: '#695FA7'

red 105 ◦ green 95 ◦ blue 167

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

Shades of Scampi #695FA7

Tints of Scampi #695FA7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

 BLUE value IS 167 (65.63% from 255) = 45.5%

R = 28.61%
G = 25.89%
B = 45.5%

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

#695FA7 (or 0x695FA7) is known color: Scampi. HEX triplet: 69, 5F and A7. RGB value is (105,95,167). Sum of RGB (Red+Green+Blue) = 105+95+167=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #695FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695FA7 is #96A058. Grayscale: #696969. Windows color (decimal): -9871449 or 10968937. OLE color: 10968937.

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

Color convert

RGB 105 95 167 -
CMYK 0.37 0.43 0 0.35
HSL 248.33º 0.29% 0.51% -
HSV(B) 248.33º 0.43% 0.65% -
XYZ 16.89 13.98 38.37 -
YUV 106.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 105 95 167 0.37 0.43 0 0.35 248.33 0.29 0.51
Hex 69 5F A7 25 2B 0 23 F8 1D 33
Octal 151 137 247 45 53 0 43 370 35 63
Binary 1101001 1011111 10100111 100101 101011 0 100011 11111000 11101 110011

Color Harmonies of #695FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695FA7

Black with #695FA7

Text Example


Text Example

White with #695FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,95,167); }

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

background-color css

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

 a { background-color: rgb(105,95,167); }

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

border-color css

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

 span { border-color: rgb(105,95,167); }

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