Html Css Color HEX #695BDC Slate Blue

📋 copy color: '#695BDC'

red 105 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #695BDC

Tints of Slate Blue #695BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 25.24%
G = 21.88%
B = 52.88%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#695BDC (or 0x695BDC) is known color: Slate Blue. HEX triplet: 69, 5B and DC. RGB value is (105,91,220). Sum of RGB (Red+Green+Blue) = 105+91+220=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #695BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BDC is #96A423. Grayscale: #6D6D6D. Windows color (decimal): -9872420 or 14441321. OLE color: 14441321.

HSL color Cylindrical-coordinate representation of color #695BDC: hue angle of 246.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695BDC is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 91 220 -
CMYK 0.52 0.59 0 0.14
HSL 246.51º 0.65% 0.61% -
HSV(B) 246.51º 0.59% 0.86% -
XYZ 22.49 15.65 69.55 -
YUV 109.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 105 91 220 0.52 0.59 0 0.14 246.51 0.65 0.61
Hex 69 5B DC 34 3B 0 E F7 41 3D
Octal 151 133 334 64 73 0 16 367 101 75
Binary 1101001 1011011 11011100 110100 111011 0 1110 11110111 1000001 111101

Color Harmonies of #695BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BDC

Black with #695BDC

Text Example


Text Example

White with #695BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,220); }

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

background-color css

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

 a { background-color: rgb(105,91,220); }

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

border-color css

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

 span { border-color: rgb(105,91,220); }

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