Html Css Color HEX #6359CC Slate Blue

📋 copy color: '#6359CC'

red 99 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #6359CC

Tints of Slate Blue #6359CC

RGB

 RED value IS 99 (39.06% from 255) = 25.26%

 GREEN value IS 89 (35.16% from 255) = 22.7%

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

R = 25.26%
G = 22.7%
B = 52.04%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6359CC (or 0x6359CC) is known color: Slate Blue. HEX triplet: 63, 59 and CC. RGB value is (99,89,204). Sum of RGB (Red+Green+Blue) = 99+89+204=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6359CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359CC is #9CA633. Grayscale: #686868. Windows color (decimal): -10266164 or 13392227. OLE color: 13392227.

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

Color convert

RGB 99 89 204 -
CMYK 0.51 0.56 0 0.2
HSL 245.22º 0.53% 0.57% -
HSV(B) 245.22º 0.56% 0.8% -
XYZ 19.62 14.16 58.83 -
YUV 105.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 99 89 204 0.51 0.56 0 0.2 245.22 0.53 0.57
Hex 63 59 CC 33 38 0 14 F5 35 39
Octal 143 131 314 63 70 0 24 365 65 71
Binary 1100011 1011001 11001100 110011 111000 0 10100 11110101 110101 111001

Color Harmonies of #6359CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6359CC

Black with #6359CC

Text Example


Text Example

White with #6359CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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