Html Css Color HEX #694FCB Slate Blue

📋 copy color: '#694FCB'

red 105 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #694FCB

Tints of Slate Blue #694FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 27.13%
G = 20.41%
B = 52.45%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#694FCB (or 0x694FCB) is known color: Slate Blue. HEX triplet: 69, 4F and CB. RGB value is (105,79,203). Sum of RGB (Red+Green+Blue) = 105+79+203=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #694FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FCB is #96B034. Grayscale: #646464. Windows color (decimal): -9875509 or 13324137. OLE color: 13324137.

HSL color Cylindrical-coordinate representation of color #694FCB: hue angle of 252.58º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #694FCB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 79 203 -
CMYK 0.48 0.61 0 0.20
HSL 252.58º 0.54% 0.55% -
HSV(B) 252.58º 0.61% 0.8% -
XYZ 19.4 12.91 57.97 -
YUV 100.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 105 79 203 0.48 0.61 0 0.20 252.58 0.54 0.55
Hex 69 4F CB 30 3D 0 14 FD 36 37
Octal 151 117 313 60 75 0 24 375 66 67
Binary 1101001 1001111 11001011 110000 111101 0 10100 11111101 110110 110111

Color Harmonies of #694FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694FCB

Black with #694FCB

Text Example


Text Example

White with #694FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,203); }

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

background-color css

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

 a { background-color: rgb(105,79,203); }

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

border-color css

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

 span { border-color: rgb(105,79,203); }

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