Html Css Color HEX #695DA0 Scampi

📋 copy color: '#695DA0'

red 105 ◦ green 93 ◦ blue 160

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

Shades of Scampi #695DA0

Tints of Scampi #695DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

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

R = 29.33%
G = 25.98%
B = 44.69%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#695DA0 (or 0x695DA0) is known color: Scampi. HEX triplet: 69, 5D and A0. RGB value is (105,93,160). Sum of RGB (Red+Green+Blue) = 105+93+160=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #695DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DA0 is #96A25F. Grayscale: #676767. Windows color (decimal): -9871968 or 10509673. OLE color: 10509673.

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

Color convert

RGB 105 93 160 -
CMYK 0.34 0.42 0 0.37
HSL 250.75º 0.26% 0.5% -
HSV(B) 250.75º 0.42% 0.63% -
XYZ 16.09 13.37 34.99 -
YUV 104.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 105 93 160 0.34 0.42 0 0.37 250.75 0.26 0.5
Hex 69 5D A0 22 2A 0 25 FB 1A 32
Octal 151 135 240 42 52 0 45 373 32 62
Binary 1101001 1011101 10100000 100010 101010 0 100101 11111011 11010 110010

Color Harmonies of #695DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DA0

Black with #695DA0

Text Example


Text Example

White with #695DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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