Html Css Color HEX #695EC0 Slate Blue

📋 copy color: '#695EC0'

red 105 ◦ green 94 ◦ blue 192

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

Shades of Slate Blue #695EC0

Tints of Slate Blue #695EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 26.85%
G = 24.04%
B = 49.1%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#695EC0 (or 0x695EC0) is known color: Slate Blue. HEX triplet: 69, 5E and C0. RGB value is (105,94,192). Sum of RGB (Red+Green+Blue) = 105+94+192=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #695EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EC0 is #96A13F. Grayscale: #6C6C6C. Windows color (decimal): -9871680 or 12607081. OLE color: 12607081.

HSL color Cylindrical-coordinate representation of color #695EC0: hue angle of 246.73º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695EC0 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 94 192 -
CMYK 0.45 0.51 0 0.25
HSL 246.73º 0.44% 0.56% -
HSV(B) 246.73º 0.51% 0.75% -
XYZ 19.34 14.81 51.71 -
YUV 108.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 105 94 192 0.45 0.51 0 0.25 246.73 0.44 0.56
Hex 69 5E C0 2D 33 0 19 F7 2C 38
Octal 151 136 300 55 63 0 31 367 54 70
Binary 1101001 1011110 11000000 101101 110011 0 11001 11110111 101100 111000

Color Harmonies of #695EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EC0

Black with #695EC0

Text Example


Text Example

White with #695EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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