Html Css Color HEX #694DC7 Slate Blue

📋 copy color: '#694DC7'

red 105 ◦ green 77 ◦ blue 199

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

Shades of Slate Blue #694DC7

Tints of Slate Blue #694DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

 BLUE value IS 199 (78.13% from 255) = 52.23%

R = 27.56%
G = 20.21%
B = 52.23%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#694DC7 (or 0x694DC7) is known color: Slate Blue. HEX triplet: 69, 4D and C7. RGB value is (105,77,199). Sum of RGB (Red+Green+Blue) = 105+77+199=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #694DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DC7 is #96B238. Grayscale: #626262. Windows color (decimal): -9876025 or 13061481. OLE color: 13061481.

HSL color Cylindrical-coordinate representation of color #694DC7: hue angle of 253.77º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694DC7 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 77 199 -
CMYK 0.47 0.61 0 0.22
HSL 253.77º 0.52% 0.54% -
HSV(B) 253.77º 0.61% 0.78% -
XYZ 18.79 12.43 55.44 -
YUV 99.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 105 77 199 0.47 0.61 0 0.22 253.77 0.52 0.54
Hex 69 4D C7 2F 3D 0 16 FE 34 36
Octal 151 115 307 57 75 0 26 376 64 66
Binary 1101001 1001101 11000111 101111 111101 0 10110 11111110 110100 110110

Color Harmonies of #694DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694DC7

Black with #694DC7

Text Example


Text Example

White with #694DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,77,199); }

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

background-color css

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

 a { background-color: rgb(105,77,199); }

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

border-color css

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

 span { border-color: rgb(105,77,199); }

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