Html Css Color HEX #6963CC Slate Blue

📋 copy color: '#6963CC'

red 105 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #6963CC

Tints of Slate Blue #6963CC

RGB

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

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

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

R = 25.74%
G = 24.26%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6963CC (or 0x6963CC) is known color: Slate Blue. HEX triplet: 69, 63 and CC. RGB value is (105,99,204). Sum of RGB (Red+Green+Blue) = 105+99+204=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6963CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963CC is #969C33. Grayscale: #707070. Windows color (decimal): -9870388 or 13394793. OLE color: 13394793.

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

Color convert

RGB 105 99 204 -
CMYK 0.49 0.51 0 0.2
HSL 243.43º 0.51% 0.59% -
HSV(B) 243.43º 0.51% 0.8% -
XYZ 21.19 16.29 59.15 -
YUV 112.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 105 99 204 0.49 0.51 0 0.2 243.43 0.51 0.59
Hex 69 63 CC 31 33 0 14 F3 33 3B
Octal 151 143 314 61 63 0 24 363 63 73
Binary 1101001 1100011 11001100 110001 110011 0 10100 11110011 110011 111011

Color Harmonies of #6963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963CC

Black with #6963CC

Text Example


Text Example

White with #6963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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