Html Css Color HEX #694CD7 Slate Blue

📋 copy color: '#694CD7'

red 105 ◦ green 76 ◦ blue 215

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

Shades of Slate Blue #694CD7

Tints of Slate Blue #694CD7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

 BLUE value IS 215 (84.38% from 255) = 54.29%

R = 26.52%
G = 19.19%
B = 54.29%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#694CD7 (or 0x694CD7) is known color: Slate Blue. HEX triplet: 69, 4C and D7. RGB value is (105,76,215). Sum of RGB (Red+Green+Blue) = 105+76+215=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #694CD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CD7 is #96B328. Grayscale: #636363. Windows color (decimal): -9876265 or 14109801. OLE color: 14109801.

HSL color Cylindrical-coordinate representation of color #694CD7: hue angle of 252.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #694CD7 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 76 215 -
CMYK 0.51 0.65 0 0.16
HSL 252.52º 0.63% 0.57% -
HSV(B) 252.52º 0.65% 0.84% -
XYZ 20.68 13.08 65.72 -
YUV 100.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 105 76 215 0.51 0.65 0 0.16 252.52 0.63 0.57
Hex 69 4C D7 33 41 0 10 FD 3F 39
Octal 151 114 327 63 101 0 20 375 77 71
Binary 1101001 1001100 11010111 110011 1000001 0 10000 11111101 111111 111001

Color Harmonies of #694CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CD7

Black with #694CD7

Text Example


Text Example

White with #694CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694CD7; }

 p { color: rgb(105,76,215); }

 H1.HeaderClassName
 {
   color: #694CD7;
 }
 .AnyTagClassName
 {
   color: #694CD7;
 }
</style>

background-color css

<style>
 a { background-color: #694CD7; }

 a { background-color: rgb(105,76,215); }

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

border-color css

<style>
 span { border-color: #694CD7; }

 span { border-color: rgb(105,76,215); }

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