#695CA4

Color #695CA4 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #695CA4

Tints of Scampi #695CA4

Color information

#695CA4 (or 0x695CA4) is unknown color: approx Scampi. HEX triplet: 69, 5C and A4. RGB value is (105,92,164). Sum of RGB (Red+Green+Blue) = 105+92+164=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #695CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695CA4 is #96A35B. Grayscale: #676767. Windows color (decimal): -9872220 or 10771561. OLE color: 10771561.

HSL color Cylindrical-coordinate representation of color #695CA4: hue angle of 250.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #695CA4 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10592164-
CMYK0.360.4400.36
HSL250.83º28.35%50.2%-
HSV(B)250.83º43.9%64.31%-
XYZ16.3513.3436.83-
YUV104.1161.81128.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=29.09%
G=25.48%
B=45.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105921640.360.4400.36250.8328.3550.2
Hex695CA4242C024fb1c32
Octal15113424444540443733462
Binary110100110111001010010010010010110001001001111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,164); }

 H1.HeaderClassName
 {
   color: #695CA4;
 }
 .AnyTagClassName
 {
   color: #695CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(105,92,164); }

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

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

 span { border-color: rgb(105,92,164); }

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