Html Css Color HEX #695E9C Scampi

📋 copy color: '#695E9C'

red 105 ◦ green 94 ◦ blue 156

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

Shades of Scampi #695E9C

Tints of Scampi #695E9C

RGB

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

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

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

R = 29.58%
G = 26.48%
B = 43.94%

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

#695E9C (or 0x695E9C) is known color: Scampi. HEX triplet: 69, 5E and 9C. RGB value is (105,94,156). Sum of RGB (Red+Green+Blue) = 105+94+156=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #695E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E9C is #96A163. Grayscale: #686868. Windows color (decimal): -9871716 or 10247785. OLE color: 10247785.

HSL color Cylindrical-coordinate representation of color #695E9C: hue angle of 250.65º 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 #695E9C is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 94 156 -
CMYK 0.33 0.40 0 0.39
HSL 250.65º 0.25% 0.49% -
HSV(B) 250.65º 0.4% 0.61% -
XYZ 15.83 13.41 33.21 -
YUV 104.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 105 94 156 0.33 0.40 0 0.39 250.65 0.25 0.49
Hex 69 5E 9C 21 28 0 27 FB 19 31
Octal 151 136 234 41 50 0 47 373 31 61
Binary 1101001 1011110 10011100 100001 101000 0 100111 11111011 11001 110001

Color Harmonies of #695E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E9C

Black with #695E9C

Text Example


Text Example

White with #695E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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