Html Css Color HEX #695ACF Slate Blue

📋 copy color: '#695ACF'

red 105 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #695ACF

Tints of Slate Blue #695ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 26.12%
G = 22.39%
B = 51.49%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#695ACF (or 0x695ACF) is known color: Slate Blue. HEX triplet: 69, 5A and CF. RGB value is (105,90,207). Sum of RGB (Red+Green+Blue) = 105+90+207=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #695ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ACF is #96A530. Grayscale: #6B6B6B. Windows color (decimal): -9872689 or 13589097. OLE color: 13589097.

HSL color Cylindrical-coordinate representation of color #695ACF: hue angle of 247.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695ACF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 90 207 -
CMYK 0.49 0.57 0 0.19
HSL 247.69º 0.55% 0.58% -
HSV(B) 247.69º 0.57% 0.81% -
XYZ 20.74 14.82 60.8 -
YUV 107.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 105 90 207 0.49 0.57 0 0.19 247.69 0.55 0.58
Hex 69 5A CF 31 39 0 13 F8 37 3A
Octal 151 132 317 61 71 0 23 370 67 72
Binary 1101001 1011010 11001111 110001 111001 0 10011 11111000 110111 111010

Color Harmonies of #695ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ACF

Black with #695ACF

Text Example


Text Example

White with #695ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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