Html Css Color HEX #695F9D Scampi

📋 copy color: '#695F9D'

red 105 ◦ green 95 ◦ blue 157

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

Shades of Scampi #695F9D

Tints of Scampi #695F9D

RGB

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

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

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

R = 29.41%
G = 26.61%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#695F9D (or 0x695F9D) is known color: Scampi. HEX triplet: 69, 5F and 9D. RGB value is (105,95,157). Sum of RGB (Red+Green+Blue) = 105+95+157=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #695F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F9D is #96A062. Grayscale: #686868. Windows color (decimal): -9871459 or 10313577. OLE color: 10313577.

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

Color convert

RGB 105 95 157 -
CMYK 0.33 0.39 0 0.38
HSL 249.68º 0.25% 0.49% -
HSV(B) 249.68º 0.39% 0.62% -
XYZ 16 13.62 33.68 -
YUV 105.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 105 95 157 0.33 0.39 0 0.38 249.68 0.25 0.49
Hex 69 5F 9D 21 27 0 26 FA 19 31
Octal 151 137 235 41 47 0 46 372 31 61
Binary 1101001 1011111 10011101 100001 100111 0 100110 11111010 11001 110001

Color Harmonies of #695F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F9D

Black with #695F9D

Text Example


Text Example

White with #695F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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