Html Css Color HEX #6366CF Slate Blue

📋 copy color: '#6366CF'

red 99 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #6366CF

Tints of Slate Blue #6366CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 24.26%
G = 25%
B = 50.74%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6366CF (or 0x6366CF) is known color: Slate Blue. HEX triplet: 63, 66 and CF. RGB value is (99,102,207). Sum of RGB (Red+Green+Blue) = 99+102+207=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6366CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366CF is #9C9930. Grayscale: #707070. Windows color (decimal): -10262833 or 13592163. OLE color: 13592163.

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

Color convert

RGB 99 102 207 -
CMYK 0.52 0.51 0 0.19
HSL 238.33º 0.53% 0.6% -
HSV(B) 238.33º 0.52% 0.81% -
XYZ 21.16 16.66 61.13 -
YUV 113.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 99 102 207 0.52 0.51 0 0.19 238.33 0.53 0.6
Hex 63 66 CF 34 33 0 13 EE 35 3C
Octal 143 146 317 64 63 0 23 356 65 74
Binary 1100011 1100110 11001111 110100 110011 0 10011 11101110 110101 111100

Color Harmonies of #6366CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366CF

Black with #6366CF

Text Example


Text Example

White with #6366CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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