Html Css Color HEX #6358CA Slate Blue

📋 copy color: '#6358CA'

red 99 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #6358CA

Tints of Slate Blue #6358CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 25.45%
G = 22.62%
B = 51.93%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6358CA (or 0x6358CA) is known color: Slate Blue. HEX triplet: 63, 58 and CA. RGB value is (99,88,202). Sum of RGB (Red+Green+Blue) = 99+88+202=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6358CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358CA is #9CA735. Grayscale: #676767. Windows color (decimal): -10266422 or 13260899. OLE color: 13260899.

HSL color Cylindrical-coordinate representation of color #6358CA: hue angle of 245.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6358CA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 88 202 -
CMYK 0.51 0.56 0 0.21
HSL 245.79º 0.52% 0.57% -
HSV(B) 245.79º 0.56% 0.79% -
XYZ 19.3 13.9 57.54 -
YUV 104.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 99 88 202 0.51 0.56 0 0.21 245.79 0.52 0.57
Hex 63 58 CA 33 38 0 15 F6 34 39
Octal 143 130 312 63 70 0 25 366 64 71
Binary 1100011 1011000 11001010 110011 111000 0 10101 11110110 110100 111001

Color Harmonies of #6358CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358CA

Black with #6358CA

Text Example


Text Example

White with #6358CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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