Html Css Color HEX #695ECD Slate Blue

📋 copy color: '#695ECD'

red 105 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #695ECD

Tints of Slate Blue #695ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 25.99%
G = 23.27%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#695ECD (or 0x695ECD) is known color: Slate Blue. HEX triplet: 69, 5E and CD. RGB value is (105,94,205). Sum of RGB (Red+Green+Blue) = 105+94+205=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #695ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECD is #96A132. Grayscale: #6D6D6D. Windows color (decimal): -9871667 or 13459049. OLE color: 13459049.

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

Color convert

RGB 105 94 205 -
CMYK 0.49 0.54 0 0.20
HSL 245.95º 0.53% 0.59% -
HSV(B) 245.95º 0.54% 0.8% -
XYZ 20.85 15.42 59.63 -
YUV 109.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 105 94 205 0.49 0.54 0 0.20 245.95 0.53 0.59
Hex 69 5E CD 31 36 0 14 F6 35 3B
Octal 151 136 315 61 66 0 24 366 65 73
Binary 1101001 1011110 11001101 110001 110110 0 10100 11110110 110101 111011

Color Harmonies of #695ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ECD

Black with #695ECD

Text Example


Text Example

White with #695ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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