Html Css Color HEX #6963CE Slate Blue

📋 copy color: '#6963CE'

red 105 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #6963CE

Tints of Slate Blue #6963CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 25.61%
G = 24.15%
B = 50.24%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6963CE (or 0x6963CE) is known color: Slate Blue. HEX triplet: 69, 63 and CE. RGB value is (105,99,206). Sum of RGB (Red+Green+Blue) = 105+99+206=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #6963CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963CE is #969C31. Grayscale: #707070. Windows color (decimal): -9870386 or 13525865. OLE color: 13525865.

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

Color convert

RGB 105 99 206 -
CMYK 0.49 0.52 0 0.19
HSL 243.36º 0.52% 0.6% -
HSV(B) 243.36º 0.52% 0.81% -
XYZ 21.43 16.38 60.43 -
YUV 112.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 105 99 206 0.49 0.52 0 0.19 243.36 0.52 0.6
Hex 69 63 CE 31 34 0 13 F3 34 3C
Octal 151 143 316 61 64 0 23 363 64 74
Binary 1101001 1100011 11001110 110001 110100 0 10011 11110011 110100 111100

Color Harmonies of #6963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963CE

Black with #6963CE

Text Example


Text Example

White with #6963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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