Html Css Color HEX #695BBF Slate Blue

📋 copy color: '#695BBF'

red 105 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #695BBF

Tints of Slate Blue #695BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 27.13%
G = 23.51%
B = 49.35%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#695BBF (or 0x695BBF) is known color: Slate Blue. HEX triplet: 69, 5B and BF. RGB value is (105,91,191). Sum of RGB (Red+Green+Blue) = 105+91+191=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #695BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BBF is #96A440. Grayscale: #6A6A6A. Windows color (decimal): -9872449 or 12540777. OLE color: 12540777.

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

Color convert

RGB 105 91 191 -
CMYK 0.45 0.52 0 0.25
HSL 248.4º 0.44% 0.55% -
HSV(B) 248.4º 0.52% 0.75% -
XYZ 18.97 14.25 51.04 -
YUV 106.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 105 91 191 0.45 0.52 0 0.25 248.4 0.44 0.55
Hex 69 5B BF 2D 34 0 19 F8 2C 37
Octal 151 133 277 55 64 0 31 370 54 67
Binary 1101001 1011011 10111111 101101 110100 0 11001 11111000 101100 110111

Color Harmonies of #695BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BBF

Black with #695BBF

Text Example


Text Example

White with #695BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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