Html Css Color HEX #6358CD Slate Blue

📋 copy color: '#6358CD'

red 99 ◦ green 88 ◦ blue 205

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

Shades of Slate Blue #6358CD

Tints of Slate Blue #6358CD

RGB

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

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

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

R = 25.26%
G = 22.45%
B = 52.3%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6358CD (or 0x6358CD) is known color: Slate Blue. HEX triplet: 63, 58 and CD. RGB value is (99,88,205). Sum of RGB (Red+Green+Blue) = 99+88+205=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #6358CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358CD is #9CA732. Grayscale: #686868. Windows color (decimal): -10266419 or 13457507. OLE color: 13457507.

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

Color convert

RGB 99 88 205 -
CMYK 0.52 0.57 0 0.20
HSL 245.64º 0.54% 0.57% -
HSV(B) 245.64º 0.57% 0.8% -
XYZ 19.65 14.04 59.43 -
YUV 104.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 99 88 205 0.52 0.57 0 0.20 245.64 0.54 0.57
Hex 63 58 CD 34 39 0 14 F6 36 39
Octal 143 130 315 64 71 0 24 366 66 71
Binary 1100011 1011000 11001101 110100 111001 0 10100 11110110 110110 111001

Color Harmonies of #6358CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358CD

Black with #6358CD

Text Example


Text Example

White with #6358CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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