Html Css Color HEX #695E9D Scampi

📋 copy color: '#695E9D'

red 105 ◦ green 94 ◦ blue 157

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

Shades of Scampi #695E9D

Tints of Scampi #695E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 29.49%
G = 26.4%
B = 44.1%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#695E9D (or 0x695E9D) is known color: Scampi. HEX triplet: 69, 5E and 9D. RGB value is (105,94,157). Sum of RGB (Red+Green+Blue) = 105+94+157=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #695E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E9D is #96A162. Grayscale: #686868. Windows color (decimal): -9871715 or 10313321. OLE color: 10313321.

HSL color Cylindrical-coordinate representation of color #695E9D: hue angle of 250.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #695E9D is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 94 157 -
CMYK 0.33 0.40 0 0.38
HSL 250.48º 0.25% 0.49% -
HSV(B) 250.48º 0.4% 0.62% -
XYZ 15.91 13.44 33.65 -
YUV 104.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 105 94 157 0.33 0.40 0 0.38 250.48 0.25 0.49
Hex 69 5E 9D 21 28 0 26 FA 19 31
Octal 151 136 235 41 50 0 46 372 31 61
Binary 1101001 1011110 10011101 100001 101000 0 100110 11111010 11001 110001

Color Harmonies of #695E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E9D

Black with #695E9D

Text Example


Text Example

White with #695E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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