Html Css Color HEX #695ADD Slate Blue

📋 copy color: '#695ADD'

red 105 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #695ADD

Tints of Slate Blue #695ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 25.24%
G = 21.63%
B = 53.13%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#695ADD (or 0x695ADD) is known color: Slate Blue. HEX triplet: 69, 5A and DD. RGB value is (105,90,221). Sum of RGB (Red+Green+Blue) = 105+90+221=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #695ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADD is #96A522. Grayscale: #6C6C6C. Windows color (decimal): -9872675 or 14506601. OLE color: 14506601.

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

Color convert

RGB 105 90 221 -
CMYK 0.52 0.59 0 0.13
HSL 246.87º 0.66% 0.61% -
HSV(B) 246.87º 0.59% 0.87% -
XYZ 22.53 15.54 70.22 -
YUV 109.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 105 90 221 0.52 0.59 0 0.13 246.87 0.66 0.61
Hex 69 5A DD 34 3B 0 D F7 42 3D
Octal 151 132 335 64 73 0 15 367 102 75
Binary 1101001 1011010 11011101 110100 111011 0 1101 11110111 1000010 111101

Color Harmonies of #695ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ADD

Black with #695ADD

Text Example


Text Example

White with #695ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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