Html Css Color HEX #6368CE Slate Blue

📋 copy color: '#6368CE'

red 99 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #6368CE

Tints of Slate Blue #6368CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 24.21%
G = 25.43%
B = 50.37%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6368CE (or 0x6368CE) is known color: Slate Blue. HEX triplet: 63, 68 and CE. RGB value is (99,104,206). Sum of RGB (Red+Green+Blue) = 99+104+206=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6368CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368CE is #9C9731. Grayscale: #717171. Windows color (decimal): -10262322 or 13527139. OLE color: 13527139.

HSL color Cylindrical-coordinate representation of color #6368CE: hue angle of 237.2º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6368CE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 104 206 -
CMYK 0.52 0.50 0 0.19
HSL 237.2º 0.52% 0.6% -
HSV(B) 237.2º 0.52% 0.81% -
XYZ 21.24 17.01 60.56 -
YUV 114.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 99 104 206 0.52 0.50 0 0.19 237.2 0.52 0.6
Hex 63 68 CE 34 32 0 13 ED 34 3C
Octal 143 150 316 64 62 0 23 355 64 74
Binary 1100011 1101000 11001110 110100 110010 0 10011 11101101 110100 111100

Color Harmonies of #6368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368CE

Black with #6368CE

Text Example


Text Example

White with #6368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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