Html Css Color HEX #6366CE Slate Blue

📋 copy color: '#6366CE'

red 99 ◦ green 102 ◦ blue 206

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

Shades of Slate Blue #6366CE

Tints of Slate Blue #6366CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 24.32%
G = 25.06%
B = 50.61%

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

#6366CE (or 0x6366CE) is known color: Slate Blue. HEX triplet: 63, 66 and CE. RGB value is (99,102,206). Sum of RGB (Red+Green+Blue) = 99+102+206=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #6366CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366CE is #9C9931. Grayscale: #707070. Windows color (decimal): -10262834 or 13526627. OLE color: 13526627.

HSL color Cylindrical-coordinate representation of color #6366CE: hue angle of 238.32º 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 #6366CE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 102 206 -
CMYK 0.52 0.50 0 0.19
HSL 238.32º 0.52% 0.6% -
HSV(B) 238.32º 0.52% 0.81% -
XYZ 21.04 16.61 60.49 -
YUV 112.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 99 102 206 0.52 0.50 0 0.19 238.32 0.52 0.6
Hex 63 66 CE 34 32 0 13 EE 34 3C
Octal 143 146 316 64 62 0 23 356 64 74
Binary 1100011 1100110 11001110 110100 110010 0 10011 11101110 110100 111100

Color Harmonies of #6366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366CE

Black with #6366CE

Text Example


Text Example

White with #6366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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