Html Css Color HEX #694CDD Slate Blue

📋 copy color: '#694CDD'

red 105 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #694CDD

Tints of Slate Blue #694CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 26.12%
G = 18.91%
B = 54.98%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#694CDD (or 0x694CDD) is known color: Slate Blue. HEX triplet: 69, 4C and DD. RGB value is (105,76,221). Sum of RGB (Red+Green+Blue) = 105+76+221=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #694CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CDD is #96B322. Grayscale: #646464. Windows color (decimal): -9876259 or 14503017. OLE color: 14503017.

HSL color Cylindrical-coordinate representation of color #694CDD: hue angle of 252º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694CDD is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 76 221 -
CMYK 0.52 0.66 0 0.13
HSL 252º 0.68% 0.58% -
HSV(B) 252º 0.66% 0.87% -
XYZ 21.46 13.39 69.86 -
YUV 101.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 105 76 221 0.52 0.66 0 0.13 252 0.68 0.58
Hex 69 4C DD 34 42 0 D FC 44 3A
Octal 151 114 335 64 102 0 15 374 104 72
Binary 1101001 1001100 11011101 110100 1000010 0 1101 11111100 1000100 111010

Color Harmonies of #694CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CDD

Black with #694CDD

Text Example


Text Example

White with #694CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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