Html Css Color HEX #695D9C Scampi

📋 copy color: '#695D9C'

red 105 ◦ green 93 ◦ blue 156

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

Shades of Scampi #695D9C

Tints of Scampi #695D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 29.66%
G = 26.27%
B = 44.07%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#695D9C (or 0x695D9C) is known color: Scampi. HEX triplet: 69, 5D and 9C. RGB value is (105,93,156). Sum of RGB (Red+Green+Blue) = 105+93+156=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #695D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D9C is #96A263. Grayscale: #676767. Windows color (decimal): -9871972 or 10247529. OLE color: 10247529.

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

Color convert

RGB 105 93 156 -
CMYK 0.33 0.40 0 0.39
HSL 251.43º 0.25% 0.49% -
HSV(B) 251.43º 0.4% 0.61% -
XYZ 15.74 13.23 33.18 -
YUV 103.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 105 93 156 0.33 0.40 0 0.39 251.43 0.25 0.49
Hex 69 5D 9C 21 28 0 27 FB 19 31
Octal 151 135 234 41 50 0 47 373 31 61
Binary 1101001 1011101 10011100 100001 101000 0 100111 11111011 11001 110001

Color Harmonies of #695D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D9C

Black with #695D9C

Text Example


Text Example

White with #695D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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