Html Css Color HEX #6963CD Slate Blue

📋 copy color: '#6963CD'

red 105 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #6963CD

Tints of Slate Blue #6963CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 25.67%
G = 24.21%
B = 50.12%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6963CD (or 0x6963CD) is known color: Slate Blue. HEX triplet: 69, 63 and CD. RGB value is (105,99,205). Sum of RGB (Red+Green+Blue) = 105+99+205=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6963CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963CD is #969C32. Grayscale: #707070. Windows color (decimal): -9870387 or 13460329. OLE color: 13460329.

HSL color Cylindrical-coordinate representation of color #6963CD: hue angle of 243.4º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6963CD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 99 205 -
CMYK 0.49 0.52 0 0.20
HSL 243.4º 0.51% 0.6% -
HSV(B) 243.4º 0.52% 0.8% -
XYZ 21.31 16.33 59.79 -
YUV 112.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 105 99 205 0.49 0.52 0 0.20 243.4 0.51 0.6
Hex 69 63 CD 31 34 0 14 F3 33 3C
Octal 151 143 315 61 64 0 24 363 63 74
Binary 1101001 1100011 11001101 110001 110100 0 10100 11110011 110011 111100

Color Harmonies of #6963CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963CD

Black with #6963CD

Text Example


Text Example

White with #6963CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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