Html Css Color HEX #695ECE Slate Blue

📋 copy color: '#695ECE'

red 105 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #695ECE

Tints of Slate Blue #695ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 25.93%
G = 23.21%
B = 50.86%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#695ECE (or 0x695ECE) is known color: Slate Blue. HEX triplet: 69, 5E and CE. RGB value is (105,94,206). Sum of RGB (Red+Green+Blue) = 105+94+206=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #695ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECE is #96A131. Grayscale: #6D6D6D. Windows color (decimal): -9871666 or 13524585. OLE color: 13524585.

HSL color Cylindrical-coordinate representation of color #695ECE: hue angle of 245.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695ECE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 94 206 -
CMYK 0.49 0.54 0 0.19
HSL 245.89º 0.53% 0.59% -
HSV(B) 245.89º 0.54% 0.81% -
XYZ 20.97 15.46 60.27 -
YUV 110.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 105 94 206 0.49 0.54 0 0.19 245.89 0.53 0.59
Hex 69 5E CE 31 36 0 13 F6 35 3B
Octal 151 136 316 61 66 0 23 366 65 73
Binary 1101001 1011110 11001110 110001 110110 0 10011 11110110 110101 111011

Color Harmonies of #695ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ECE

Black with #695ECE

Text Example


Text Example

White with #695ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,206); }

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

background-color css

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

 a { background-color: rgb(105,94,206); }

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

border-color css

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

 span { border-color: rgb(105,94,206); }

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