Html Css Color HEX #695CEF Medium Slate Blue

📋 copy color: '#695CEF'

red 105 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #695CEF

Tints of Medium Slate Blue #695CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 24.08%
G = 21.1%
B = 54.82%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#695CEF (or 0x695CEF) is known color: Medium Slate Blue. HEX triplet: 69, 5C and EF. RGB value is (105,92,239). Sum of RGB (Red+Green+Blue) = 105+92+239=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #695CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CEF is #96A310. Grayscale: #707070. Windows color (decimal): -9872145 or 15686761. OLE color: 15686761.

HSL color Cylindrical-coordinate representation of color #695CEF: hue angle of 245.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695CEF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 92 239 -
CMYK 0.56 0.62 0 0.06
HSL 245.31º 0.82% 0.65% -
HSV(B) 245.31º 0.62% 0.94% -
XYZ 25.23 16.89 83.59 -
YUV 112.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 105 92 239 0.56 0.62 0 0.06 245.31 0.82 0.65
Hex 69 5C EF 38 3E 0 6 F5 52 41
Octal 151 134 357 70 76 0 6 365 122 101
Binary 1101001 1011100 11101111 111000 111110 0 110 11110101 1010010 1000001

Color Harmonies of #695CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CEF

Black with #695CEF

Text Example


Text Example

White with #695CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695CEF; }

 p { color: rgb(105,92,239); }

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

background-color css

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

 a { background-color: rgb(105,92,239); }

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

border-color css

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

 span { border-color: rgb(105,92,239); }

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