Html Css Color HEX #6358CE Slate Blue

📋 copy color: '#6358CE'

red 99 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #6358CE

Tints of Slate Blue #6358CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

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

R = 25.19%
G = 22.39%
B = 52.42%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6358CE (or 0x6358CE) is known color: Slate Blue. HEX triplet: 63, 58 and CE. RGB value is (99,88,206). Sum of RGB (Red+Green+Blue) = 99+88+206=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6358CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358CE is #9CA731. Grayscale: #686868. Windows color (decimal): -10266418 or 13523043. OLE color: 13523043.

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

Color convert

RGB 99 88 206 -
CMYK 0.52 0.57 0 0.19
HSL 245.59º 0.55% 0.58% -
HSV(B) 245.59º 0.57% 0.81% -
XYZ 19.78 14.09 60.07 -
YUV 104.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 99 88 206 0.52 0.57 0 0.19 245.59 0.55 0.58
Hex 63 58 CE 34 39 0 13 F6 37 3A
Octal 143 130 316 64 71 0 23 366 67 72
Binary 1100011 1011000 11001110 110100 111001 0 10011 11110110 110111 111010

Color Harmonies of #6358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358CE

Black with #6358CE

Text Example


Text Example

White with #6358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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