Html Css Color HEX #6365CC Slate Blue

📋 copy color: '#6365CC'

red 99 ◦ green 101 ◦ blue 204

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

Shades of Slate Blue #6365CC

Tints of Slate Blue #6365CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 24.5%
G = 25%
B = 50.5%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6365CC (or 0x6365CC) is known color: Slate Blue. HEX triplet: 63, 65 and CC. RGB value is (99,101,204). Sum of RGB (Red+Green+Blue) = 99+101+204=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6365CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365CC is #9C9A33. Grayscale: #6F6F6F. Windows color (decimal): -10263092 or 13395299. OLE color: 13395299.

HSL color Cylindrical-coordinate representation of color #6365CC: hue angle of 238.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6365CC is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 101 204 -
CMYK 0.51 0.50 0 0.2
HSL 238.86º 0.51% 0.59% -
HSV(B) 238.86º 0.51% 0.8% -
XYZ 20.7 16.32 59.19 -
YUV 112.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 99 101 204 0.51 0.50 0 0.2 238.86 0.51 0.59
Hex 63 65 CC 33 32 0 14 EF 33 3B
Octal 143 145 314 63 62 0 24 357 63 73
Binary 1100011 1100101 11001100 110011 110010 0 10100 11101111 110011 111011

Color Harmonies of #6365CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365CC

Black with #6365CC

Text Example


Text Example

White with #6365CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6365CC; }

 p { color: rgb(99,101,204); }

 H1.HeaderClassName
 {
   color: #6365CC;
 }
 .AnyTagClassName
 {
   color: #6365CC;
 }
</style>

background-color css

<style>
 a { background-color: #6365CC; }

 a { background-color: rgb(99,101,204); }

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

border-color css

<style>
 span { border-color: #6365CC; }

 span { border-color: rgb(99,101,204); }

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