Html Css Color HEX #695DCE Slate Blue

📋 copy color: '#695DCE'

red 105 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #695DCE

Tints of Slate Blue #695DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 25.99%
G = 23.02%
B = 50.99%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#695DCE (or 0x695DCE) is known color: Slate Blue. HEX triplet: 69, 5D and CE. RGB value is (105,93,206). Sum of RGB (Red+Green+Blue) = 105+93+206=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #695DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCE is #96A231. Grayscale: #6D6D6D. Windows color (decimal): -9871922 or 13524329. OLE color: 13524329.

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

Color convert

RGB 105 93 206 -
CMYK 0.49 0.55 0 0.19
HSL 246.37º 0.54% 0.59% -
HSV(B) 246.37º 0.55% 0.81% -
XYZ 20.88 15.29 60.24 -
YUV 109.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 105 93 206 0.49 0.55 0 0.19 246.37 0.54 0.59
Hex 69 5D CE 31 37 0 13 F6 36 3B
Octal 151 135 316 61 67 0 23 366 66 73
Binary 1101001 1011101 11001110 110001 110111 0 10011 11110110 110110 111011

Color Harmonies of #695DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DCE

Black with #695DCE

Text Example


Text Example

White with #695DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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