Html Css Color HEX #696CEA Medium Slate Blue

📋 copy color: '#696CEA'

red 105 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #696CEA

Tints of Medium Slate Blue #696CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

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

R = 23.49%
G = 24.16%
B = 52.35%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696CEA (or 0x696CEA) is known color: Medium Slate Blue. HEX triplet: 69, 6C and EA. RGB value is (105,108,234). Sum of RGB (Red+Green+Blue) = 105+108+234=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #696CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CEA is #969315. Grayscale: #787878. Windows color (decimal): -9868054 or 15363177. OLE color: 15363177.

HSL color Cylindrical-coordinate representation of color #696CEA: hue angle of 238.6º 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 #696CEA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 108 234 -
CMYK 0.55 0.54 0 0.08
HSL 238.6º 0.75% 0.66% -
HSV(B) 238.6º 0.55% 0.92% -
XYZ 26.04 19.67 80.27 -
YUV 121.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 105 108 234 0.55 0.54 0 0.08 238.6 0.75 0.66
Hex 69 6C EA 37 36 0 8 EF 4B 42
Octal 151 154 352 67 66 0 10 357 113 102
Binary 1101001 1101100 11101010 110111 110110 0 1000 11101111 1001011 1000010

Color Harmonies of #696CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CEA

Black with #696CEA

Text Example


Text Example

White with #696CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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