Html Css Color HEX #6963DB Slate Blue

📋 copy color: '#6963DB'

red 105 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #6963DB

Tints of Slate Blue #6963DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 24.82%
G = 23.4%
B = 51.77%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6963DB (or 0x6963DB) is known color: Slate Blue. HEX triplet: 69, 63 and DB. RGB value is (105,99,219). Sum of RGB (Red+Green+Blue) = 105+99+219=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6963DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963DB is #969C24. Grayscale: #727272. Windows color (decimal): -9870373 or 14377833. OLE color: 14377833.

HSL color Cylindrical-coordinate representation of color #6963DB: hue angle of 243º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6963DB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 99 219 -
CMYK 0.52 0.55 0 0.14
HSL 243º 0.63% 0.62% -
HSV(B) 243º 0.55% 0.86% -
XYZ 23.07 17.04 69.09 -
YUV 114.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 105 99 219 0.52 0.55 0 0.14 243 0.63 0.62
Hex 69 63 DB 34 37 0 E F3 3E 3E
Octal 151 143 333 64 67 0 16 363 76 76
Binary 1101001 1100011 11011011 110100 110111 0 1110 11110011 111110 111110

Color Harmonies of #6963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963DB

Black with #6963DB

Text Example


Text Example

White with #6963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6963DB; }

 p { color: rgb(105,99,219); }

 H1.HeaderClassName
 {
   color: #6963DB;
 }
 .AnyTagClassName
 {
   color: #6963DB;
 }
</style>

background-color css

<style>
 a { background-color: #6963DB; }

 a { background-color: rgb(105,99,219); }

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

border-color css

<style>
 span { border-color: #6963DB; }

 span { border-color: rgb(105,99,219); }

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