Html Css Color HEX #6368CA Slate Blue

📋 copy color: '#6368CA'

red 99 ◦ green 104 ◦ blue 202

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

Shades of Slate Blue #6368CA

Tints of Slate Blue #6368CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

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

R = 24.44%
G = 25.68%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6368CA (or 0x6368CA) is known color: Slate Blue. HEX triplet: 63, 68 and CA. RGB value is (99,104,202). Sum of RGB (Red+Green+Blue) = 99+104+202=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6368CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368CA is #9C9735. Grayscale: #717171. Windows color (decimal): -10262326 or 13264995. OLE color: 13264995.

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

Color convert

RGB 99 104 202 -
CMYK 0.51 0.49 0 0.21
HSL 237.09º 0.49% 0.59% -
HSV(B) 237.09º 0.51% 0.79% -
XYZ 20.76 16.82 58.03 -
YUV 113.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 99 104 202 0.51 0.49 0 0.21 237.09 0.49 0.59
Hex 63 68 CA 33 31 0 15 ED 31 3B
Octal 143 150 312 63 61 0 25 355 61 73
Binary 1100011 1101000 11001010 110011 110001 0 10101 11101101 110001 111011

Color Harmonies of #6368CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368CA

Black with #6368CA

Text Example


Text Example

White with #6368CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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