Html Css Color HEX #6366CA Slate Blue

📋 copy color: '#6366CA'

red 99 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #6366CA

Tints of Slate Blue #6366CA

RGB

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

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

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

R = 24.57%
G = 25.31%
B = 50.12%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6366CA (or 0x6366CA) is known color: Slate Blue. HEX triplet: 63, 66 and CA. RGB value is (99,102,202). Sum of RGB (Red+Green+Blue) = 99+102+202=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6366CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366CA is #9C9935. Grayscale: #707070. Windows color (decimal): -10262838 or 13264483. OLE color: 13264483.

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

Color convert

RGB 99 102 202 -
CMYK 0.51 0.50 0 0.21
HSL 238.25º 0.49% 0.59% -
HSV(B) 238.25º 0.51% 0.79% -
XYZ 20.56 16.42 57.96 -
YUV 112.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 99 102 202 0.51 0.50 0 0.21 238.25 0.49 0.59
Hex 63 66 CA 33 32 0 15 EE 31 3B
Octal 143 146 312 63 62 0 25 356 61 73
Binary 1100011 1100110 11001010 110011 110010 0 10101 11101110 110001 111011

Color Harmonies of #6366CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366CA

Black with #6366CA

Text Example


Text Example

White with #6366CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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