Html Css Color HEX #695AA2 Scampi

📋 copy color: '#695AA2'

red 105 ◦ green 90 ◦ blue 162

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

Shades of Scampi #695AA2

Tints of Scampi #695AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 29.41%
G = 25.21%
B = 45.38%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#695AA2 (or 0x695AA2) is known color: Scampi. HEX triplet: 69, 5A and A2. RGB value is (105,90,162). Sum of RGB (Red+Green+Blue) = 105+90+162=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #695AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AA2 is #96A55D. Grayscale: #666666. Windows color (decimal): -9872734 or 10639977. OLE color: 10639977.

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

Color convert

RGB 105 90 162 -
CMYK 0.35 0.44 0 0.36
HSL 252.5º 0.29% 0.49% -
HSV(B) 252.5º 0.44% 0.64% -
XYZ 16 12.92 35.83 -
YUV 102.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 105 90 162 0.35 0.44 0 0.36 252.5 0.29 0.49
Hex 69 5A A2 23 2C 0 24 FD 1D 31
Octal 151 132 242 43 54 0 44 375 35 61
Binary 1101001 1011010 10100010 100011 101100 0 100100 11111101 11101 110001

Color Harmonies of #695AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AA2

Black with #695AA2

Text Example


Text Example

White with #695AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,162); }

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

background-color css

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

 a { background-color: rgb(105,90,162); }

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

border-color css

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

 span { border-color: rgb(105,90,162); }

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