Html Css Color HEX #694FCC Slate Blue

📋 copy color: '#694FCC'

red 105 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #694FCC

Tints of Slate Blue #694FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 27.06%
G = 20.36%
B = 52.58%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#694FCC (or 0x694FCC) is known color: Slate Blue. HEX triplet: 69, 4F and CC. RGB value is (105,79,204). Sum of RGB (Red+Green+Blue) = 105+79+204=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #694FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FCC is #96B033. Grayscale: #646464. Windows color (decimal): -9875508 or 13389673. OLE color: 13389673.

HSL color Cylindrical-coordinate representation of color #694FCC: hue angle of 252.48º degrees, saturation: 0.55, 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 #694FCC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 79 204 -
CMYK 0.49 0.61 0 0.2
HSL 252.48º 0.55% 0.55% -
HSV(B) 252.48º 0.61% 0.8% -
XYZ 19.52 12.95 58.6 -
YUV 101.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 105 79 204 0.49 0.61 0 0.2 252.48 0.55 0.55
Hex 69 4F CC 31 3D 0 14 FC 37 37
Octal 151 117 314 61 75 0 24 374 67 67
Binary 1101001 1001111 11001100 110001 111101 0 10100 11111100 110111 110111

Color Harmonies of #694FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694FCC

Black with #694FCC

Text Example


Text Example

White with #694FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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