Html Css Color HEX #696094 Scampi

📋 copy color: '#696094'

red 105 ◦ green 96 ◦ blue 148

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

Shades of Scampi #696094

Tints of Scampi #696094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 30.09%
G = 27.51%
B = 42.41%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696094 (or 0x696094) is known color: Scampi. HEX triplet: 69, 60 and 94. RGB value is (105,96,148). Sum of RGB (Red+Green+Blue) = 105+96+148=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #696094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696094 is #969F6B. Grayscale: #686868. Windows color (decimal): -9871212 or 9724009. OLE color: 9724009.

HSL color Cylindrical-coordinate representation of color #696094: hue angle of 250.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696094 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 96 148 -
CMYK 0.29 0.35 0 0.42
HSL 250.38º 0.21% 0.48% -
HSV(B) 250.38º 0.35% 0.58% -
XYZ 15.35 13.51 29.81 -
YUV 104.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 105 96 148 0.29 0.35 0 0.42 250.38 0.21 0.48
Hex 69 60 94 1D 23 0 2A FA 15 30
Octal 151 140 224 35 43 0 52 372 25 60
Binary 1101001 1100000 10010100 11101 100011 0 101010 11111010 10101 110000

Color Harmonies of #696094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696094

Black with #696094

Text Example


Text Example

White with #696094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696094; }

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

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

background-color css

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

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

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

border-color css

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

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

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