Html Css Color HEX #696598 Scampi

📋 copy color: '#696598'

red 105 ◦ green 101 ◦ blue 152

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

Shades of Scampi #696598

Tints of Scampi #696598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 29.33%
G = 28.21%
B = 42.46%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#696598 (or 0x696598) is known color: Scampi. HEX triplet: 69, 65 and 98. RGB value is (105,101,152). Sum of RGB (Red+Green+Blue) = 105+101+152=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #696598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696598 is #969A67. Grayscale: #6B6B6B. Windows color (decimal): -9869928 or 9987433. OLE color: 9987433.

HSL color Cylindrical-coordinate representation of color #696598: hue angle of 244.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696598 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 101 152 -
CMYK 0.31 0.34 0 0.40
HSL 244.71º 0.2% 0.5% -
HSV(B) 244.71º 0.34% 0.6% -
XYZ 16.15 14.58 31.67 -
YUV 108.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 105 101 152 0.31 0.34 0 0.40 244.71 0.2 0.5
Hex 69 65 98 1F 22 0 28 F5 14 32
Octal 151 145 230 37 42 0 50 365 24 62
Binary 1101001 1100101 10011000 11111 100010 0 101000 11110101 10100 110010

Color Harmonies of #696598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696598

Black with #696598

Text Example


Text Example

White with #696598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696598; }

 p { color: rgb(105,101,152); }

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

background-color css

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

 a { background-color: rgb(105,101,152); }

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

border-color css

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

 span { border-color: rgb(105,101,152); }

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