Html Css Color HEX #696AEA Medium Slate Blue

📋 copy color: '#696AEA'

red 105 ◦ green 106 ◦ blue 234

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

Shades of Medium Slate Blue #696AEA

Tints of Medium Slate Blue #696AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 23.6%
G = 23.82%
B = 52.58%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696AEA (or 0x696AEA) is known color: Medium Slate Blue. HEX triplet: 69, 6A and EA. RGB value is (105,106,234). Sum of RGB (Red+Green+Blue) = 105+106+234=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #696AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696AEA is #969515. Grayscale: #777777. Windows color (decimal): -9868566 or 15362665. OLE color: 15362665.

HSL color Cylindrical-coordinate representation of color #696AEA: hue angle of 239.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696AEA is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 106 234 -
CMYK 0.55 0.55 0 0.08
HSL 239.53º 0.75% 0.66% -
HSV(B) 239.53º 0.55% 0.92% -
XYZ 25.83 19.25 80.2 -
YUV 120.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 105 106 234 0.55 0.55 0 0.08 239.53 0.75 0.66
Hex 69 6A EA 37 37 0 8 F0 4B 42
Octal 151 152 352 67 67 0 10 360 113 102
Binary 1101001 1101010 11101010 110111 110111 0 1000 11110000 1001011 1000010

Color Harmonies of #696AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AEA

Black with #696AEA

Text Example


Text Example

White with #696AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696AEA; }

 p { color: rgb(105,106,234); }

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

background-color css

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

 a { background-color: rgb(105,106,234); }

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

border-color css

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

 span { border-color: rgb(105,106,234); }

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