Html Css Color HEX #6365E0 Slate Blue

📋 copy color: '#6365E0'

red 99 ◦ green 101 ◦ blue 224

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

Shades of Slate Blue #6365E0

Tints of Slate Blue #6365E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 23.35%
G = 23.82%
B = 52.83%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6365E0 (or 0x6365E0) is known color: Slate Blue. HEX triplet: 63, 65 and E0. RGB value is (99,101,224). Sum of RGB (Red+Green+Blue) = 99+101+224=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #6365E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365E0 is #9C9A1F. Grayscale: #717171. Windows color (decimal): -10263072 or 14706019. OLE color: 14706019.

HSL color Cylindrical-coordinate representation of color #6365E0: hue angle of 239.04º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6365E0 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 101 224 -
CMYK 0.56 0.55 0 0.12
HSL 239.04º 0.67% 0.63% -
HSV(B) 239.04º 0.56% 0.88% -
XYZ 23.25 17.34 72.64 -
YUV 114.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 99 101 224 0.56 0.55 0 0.12 239.04 0.67 0.63
Hex 63 65 E0 38 37 0 C EF 43 3F
Octal 143 145 340 70 67 0 14 357 103 77
Binary 1100011 1100101 11100000 111000 110111 0 1100 11101111 1000011 111111

Color Harmonies of #6365E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365E0

Black with #6365E0

Text Example


Text Example

White with #6365E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6365E0; }

 p { color: rgb(99,101,224); }

 H1.HeaderClassName
 {
   color: #6365E0;
 }
 .AnyTagClassName
 {
   color: #6365E0;
 }
</style>

background-color css

<style>
 a { background-color: #6365E0; }

 a { background-color: rgb(99,101,224); }

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

border-color css

<style>
 span { border-color: #6365E0; }

 span { border-color: rgb(99,101,224); }

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