Html Css Color HEX #6367CD Slate Blue

📋 copy color: '#6367CD'

red 99 ◦ green 103 ◦ blue 205

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

Shades of Slate Blue #6367CD

Tints of Slate Blue #6367CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 24.32%
G = 25.31%
B = 50.37%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6367CD (or 0x6367CD) is known color: Slate Blue. HEX triplet: 63, 67 and CD. RGB value is (99,103,205). Sum of RGB (Red+Green+Blue) = 99+103+205=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6367CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367CD is #9C9832. Grayscale: #717171. Windows color (decimal): -10262579 or 13461347. OLE color: 13461347.

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

Color convert

RGB 99 103 205 -
CMYK 0.52 0.50 0 0.20
HSL 237.74º 0.51% 0.6% -
HSV(B) 237.74º 0.52% 0.8% -
XYZ 21.02 16.76 59.89 -
YUV 113.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 99 103 205 0.52 0.50 0 0.20 237.74 0.51 0.6
Hex 63 67 CD 34 32 0 14 EE 33 3C
Octal 143 147 315 64 62 0 24 356 63 74
Binary 1100011 1100111 11001101 110100 110010 0 10100 11101110 110011 111100

Color Harmonies of #6367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6367CD

Black with #6367CD

Text Example


Text Example

White with #6367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6367CD; }

 p { color: rgb(99,103,205); }

 H1.HeaderClassName
 {
   color: #6367CD;
 }
 .AnyTagClassName
 {
   color: #6367CD;
 }
</style>

background-color css

<style>
 a { background-color: #6367CD; }

 a { background-color: rgb(99,103,205); }

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

border-color css

<style>
 span { border-color: #6367CD; }

 span { border-color: rgb(99,103,205); }

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