Html Css Color HEX #696794 Scampi

📋 copy color: '#696794'

red 105 ◦ green 103 ◦ blue 148

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

Shades of Scampi #696794

Tints of Scampi #696794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 29.49%
G = 28.93%
B = 41.57%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696794 (or 0x696794) is known color: Scampi. HEX triplet: 69, 67 and 94. RGB value is (105,103,148). Sum of RGB (Red+Green+Blue) = 105+103+148=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #696794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696794 is #96986B. Grayscale: #6C6C6C. Windows color (decimal): -9869420 or 9725801. OLE color: 9725801.

HSL color Cylindrical-coordinate representation of color #696794: hue angle of 242.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696794 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 103 148 -
CMYK 0.29 0.30 0 0.42
HSL 242.67º 0.18% 0.49% -
HSV(B) 242.67º 0.3% 0.58% -
XYZ 16.02 14.84 30.04 -
YUV 108.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 105 103 148 0.29 0.30 0 0.42 242.67 0.18 0.49
Hex 69 67 94 1D 1E 0 2A F3 12 31
Octal 151 147 224 35 36 0 52 363 22 61
Binary 1101001 1100111 10010100 11101 11110 0 101010 11110011 10010 110001

Color Harmonies of #696794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696794

Black with #696794

Text Example


Text Example

White with #696794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696794; }

 p { color: rgb(105,103,148); }

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

background-color css

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

 a { background-color: rgb(105,103,148); }

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

border-color css

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

 span { border-color: rgb(105,103,148); }

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