Html Css Color HEX #6358CF Slate Blue

📋 copy color: '#6358CF'

red 99 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #6358CF

Tints of Slate Blue #6358CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 25.13%
G = 22.34%
B = 52.54%

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

#6358CF (or 0x6358CF) is known color: Slate Blue. HEX triplet: 63, 58 and CF. RGB value is (99,88,207). Sum of RGB (Red+Green+Blue) = 99+88+207=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #6358CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358CF is #9CA730. Grayscale: #686868. Windows color (decimal): -10266417 or 13588579. OLE color: 13588579.

HSL color Cylindrical-coordinate representation of color #6358CF: hue angle of 245.55º 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 #6358CF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 88 207 -
CMYK 0.52 0.57 0 0.19
HSL 245.55º 0.55% 0.58% -
HSV(B) 245.55º 0.57% 0.81% -
XYZ 19.9 14.14 60.71 -
YUV 104.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 99 88 207 0.52 0.57 0 0.19 245.55 0.55 0.58
Hex 63 58 CF 34 39 0 13 F6 37 3A
Octal 143 130 317 64 71 0 23 366 67 72
Binary 1100011 1011000 11001111 110100 111001 0 10011 11110110 110111 111010

Color Harmonies of #6358CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358CF

Black with #6358CF

Text Example


Text Example

White with #6358CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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