Html Css Color HEX #6368D6 Slate Blue

📋 copy color: '#6368D6'

red 99 ◦ green 104 ◦ blue 214

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

Shades of Slate Blue #6368D6

Tints of Slate Blue #6368D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 214 (83.98% from 255) = 51.32%

R = 23.74%
G = 24.94%
B = 51.32%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6368D6 (or 0x6368D6) is known color: Slate Blue. HEX triplet: 63, 68 and D6. RGB value is (99,104,214). Sum of RGB (Red+Green+Blue) = 99+104+214=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #6368D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368D6 is #9C9729. Grayscale: #727272. Windows color (decimal): -10262314 or 14051427. OLE color: 14051427.

HSL color Cylindrical-coordinate representation of color #6368D6: hue angle of 237.39º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6368D6 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 104 214 -
CMYK 0.54 0.51 0 0.16
HSL 237.39º 0.58% 0.61% -
HSV(B) 237.39º 0.54% 0.84% -
XYZ 22.23 17.41 65.81 -
YUV 115.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 99 104 214 0.54 0.51 0 0.16 237.39 0.58 0.61
Hex 63 68 D6 36 33 0 10 ED 3A 3D
Octal 143 150 326 66 63 0 20 355 72 75
Binary 1100011 1101000 11010110 110110 110011 0 10000 11101101 111010 111101

Color Harmonies of #6368D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368D6

Black with #6368D6

Text Example


Text Example

White with #6368D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6368D6; }

 p { color: rgb(99,104,214); }

 H1.HeaderClassName
 {
   color: #6368D6;
 }
 .AnyTagClassName
 {
   color: #6368D6;
 }
</style>

background-color css

<style>
 a { background-color: #6368D6; }

 a { background-color: rgb(99,104,214); }

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

border-color css

<style>
 span { border-color: #6368D6; }

 span { border-color: rgb(99,104,214); }

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