Html Css Color HEX #695BC2 Slate Blue

📋 copy color: '#695BC2'

red 105 ◦ green 91 ◦ blue 194

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

Shades of Slate Blue #695BC2

Tints of Slate Blue #695BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

 BLUE value IS 194 (76.17% from 255) = 49.74%

R = 26.92%
G = 23.33%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#695BC2 (or 0x695BC2) is known color: Slate Blue. HEX triplet: 69, 5B and C2. RGB value is (105,91,194). Sum of RGB (Red+Green+Blue) = 105+91+194=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #695BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BC2 is #96A43D. Grayscale: #6A6A6A. Windows color (decimal): -9872446 or 12737385. OLE color: 12737385.

HSL color Cylindrical-coordinate representation of color #695BC2: hue angle of 248.16º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #695BC2 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 91 194 -
CMYK 0.46 0.53 0 0.24
HSL 248.16º 0.46% 0.56% -
HSV(B) 248.16º 0.53% 0.76% -
XYZ 19.3 14.38 52.8 -
YUV 106.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 105 91 194 0.46 0.53 0 0.24 248.16 0.46 0.56
Hex 69 5B C2 2E 35 0 18 F8 2E 38
Octal 151 133 302 56 65 0 30 370 56 70
Binary 1101001 1011011 11000010 101110 110101 0 11000 11111000 101110 111000

Color Harmonies of #695BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BC2

Black with #695BC2

Text Example


Text Example

White with #695BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,194); }

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

background-color css

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

 a { background-color: rgb(105,91,194); }

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

border-color css

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

 span { border-color: rgb(105,91,194); }

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