Html Css Color HEX #695ADB Slate Blue

📋 copy color: '#695ADB'

red 105 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #695ADB

Tints of Slate Blue #695ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 25.36%
G = 21.74%
B = 52.9%

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

#695ADB (or 0x695ADB) is known color: Slate Blue. HEX triplet: 69, 5A and DB. RGB value is (105,90,219). Sum of RGB (Red+Green+Blue) = 105+90+219=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #695ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADB is #96A524. Grayscale: #6C6C6C. Windows color (decimal): -9872677 or 14375529. OLE color: 14375529.

HSL color Cylindrical-coordinate representation of color #695ADB: hue angle of 246.98º degrees, saturation: 0.64, 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 #695ADB is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 90 219 -
CMYK 0.52 0.59 0 0.14
HSL 246.98º 0.64% 0.61% -
HSV(B) 246.98º 0.59% 0.86% -
XYZ 22.27 15.43 68.82 -
YUV 109.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 105 90 219 0.52 0.59 0 0.14 246.98 0.64 0.61
Hex 69 5A DB 34 3B 0 E F7 40 3D
Octal 151 132 333 64 73 0 16 367 100 75
Binary 1101001 1011010 11011011 110100 111011 0 1110 11110111 1000000 111101

Color Harmonies of #695ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ADB

Black with #695ADB

Text Example


Text Example

White with #695ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,219); }

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

background-color css

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

 a { background-color: rgb(105,90,219); }

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

border-color css

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

 span { border-color: rgb(105,90,219); }

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