Html Css Color HEX #695ADA Slate Blue

📋 copy color: '#695ADA'

red 105 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #695ADA

Tints of Slate Blue #695ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 25.42%
G = 21.79%
B = 52.78%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#695ADA (or 0x695ADA) is known color: Slate Blue. HEX triplet: 69, 5A and DA. RGB value is (105,90,218). Sum of RGB (Red+Green+Blue) = 105+90+218=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #695ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADA is #96A525. Grayscale: #6C6C6C. Windows color (decimal): -9872678 or 14309993. OLE color: 14309993.

HSL color Cylindrical-coordinate representation of color #695ADA: hue angle of 247.03º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695ADA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 90 218 -
CMYK 0.52 0.59 0 0.15
HSL 247.03º 0.63% 0.6% -
HSV(B) 247.03º 0.59% 0.85% -
XYZ 22.14 15.38 68.13 -
YUV 109.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 105 90 218 0.52 0.59 0 0.15 247.03 0.63 0.6
Hex 69 5A DA 34 3B 0 F F7 3F 3C
Octal 151 132 332 64 73 0 17 367 77 74
Binary 1101001 1011010 11011010 110100 111011 0 1111 11110111 111111 111100

Color Harmonies of #695ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ADA

Black with #695ADA

Text Example


Text Example

White with #695ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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