Html Css Color HEX #6362CB Slate Blue

📋 copy color: '#6362CB'

red 99 ◦ green 98 ◦ blue 203

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

Shades of Slate Blue #6362CB

Tints of Slate Blue #6362CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 24.75%
G = 24.5%
B = 50.75%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6362CB (or 0x6362CB) is known color: Slate Blue. HEX triplet: 63, 62 and CB. RGB value is (99,98,203). Sum of RGB (Red+Green+Blue) = 99+98+203=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6362CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362CB is #9C9D34. Grayscale: #6D6D6D. Windows color (decimal): -10263861 or 13328995. OLE color: 13328995.

HSL color Cylindrical-coordinate representation of color #6362CB: hue angle of 240.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6362CB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 98 203 -
CMYK 0.51 0.52 0 0.20
HSL 240.57º 0.5% 0.59% -
HSV(B) 240.57º 0.52% 0.8% -
XYZ 20.29 15.7 58.46 -
YUV 110.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 99 98 203 0.51 0.52 0 0.20 240.57 0.5 0.59
Hex 63 62 CB 33 34 0 14 F1 32 3B
Octal 143 142 313 63 64 0 24 361 62 73
Binary 1100011 1100010 11001011 110011 110100 0 10100 11110001 110010 111011

Color Harmonies of #6362CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6362CB

Black with #6362CB

Text Example


Text Example

White with #6362CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6362CB; }

 p { color: rgb(99,98,203); }

 H1.HeaderClassName
 {
   color: #6362CB;
 }
 .AnyTagClassName
 {
   color: #6362CB;
 }
</style>

background-color css

<style>
 a { background-color: #6362CB; }

 a { background-color: rgb(99,98,203); }

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

border-color css

<style>
 span { border-color: #6362CB; }

 span { border-color: rgb(99,98,203); }

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