Html Css Color HEX #695ADC Slate Blue

📋 copy color: '#695ADC'

red 105 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #695ADC

Tints of Slate Blue #695ADC

RGB

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

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

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

R = 25.3%
G = 21.69%
B = 53.01%

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

#695ADC (or 0x695ADC) is known color: Slate Blue. HEX triplet: 69, 5A and DC. RGB value is (105,90,220). Sum of RGB (Red+Green+Blue) = 105+90+220=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #695ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADC is #96A523. Grayscale: #6C6C6C. Windows color (decimal): -9872676 or 14441065. OLE color: 14441065.

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

Color convert

RGB 105 90 220 -
CMYK 0.52 0.59 0 0.14
HSL 246.92º 0.65% 0.61% -
HSV(B) 246.92º 0.59% 0.86% -
XYZ 22.4 15.48 69.52 -
YUV 109.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 105 90 220 0.52 0.59 0 0.14 246.92 0.65 0.61
Hex 69 5A DC 34 3B 0 E F7 41 3D
Octal 151 132 334 64 73 0 16 367 101 75
Binary 1101001 1011010 11011100 110100 111011 0 1110 11110111 1000001 111101

Color Harmonies of #695ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ADC

Black with #695ADC

Text Example


Text Example

White with #695ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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