Html Css Color HEX #695BA0 Scampi

📋 copy color: '#695BA0'

red 105 ◦ green 91 ◦ blue 160

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

Shades of Scampi #695BA0

Tints of Scampi #695BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 29.49%
G = 25.56%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#695BA0 (or 0x695BA0) is known color: Scampi. HEX triplet: 69, 5B and A0. RGB value is (105,91,160). Sum of RGB (Red+Green+Blue) = 105+91+160=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #695BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BA0 is #96A45F. Grayscale: #666666. Windows color (decimal): -9872480 or 10509161. OLE color: 10509161.

HSL color Cylindrical-coordinate representation of color #695BA0: hue angle of 252.17º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695BA0 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 91 160 -
CMYK 0.34 0.43 0 0.37
HSL 252.17º 0.27% 0.49% -
HSV(B) 252.17º 0.43% 0.63% -
XYZ 15.91 13.02 34.93 -
YUV 103.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 105 91 160 0.34 0.43 0 0.37 252.17 0.27 0.49
Hex 69 5B A0 22 2B 0 25 FC 1B 31
Octal 151 133 240 42 53 0 45 374 33 61
Binary 1101001 1011011 10100000 100010 101011 0 100101 11111100 11011 110001

Color Harmonies of #695BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BA0

Black with #695BA0

Text Example


Text Example

White with #695BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,160); }

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

background-color css

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

 a { background-color: rgb(105,91,160); }

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

border-color css

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

 span { border-color: rgb(105,91,160); }

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