Html Css Color HEX #6344DE Slate Blue

📋 copy color: '#6344DE'

red 99 ◦ green 68 ◦ blue 222

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

Shades of Slate Blue #6344DE

Tints of Slate Blue #6344DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 25.45%
G = 17.48%
B = 57.07%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6344DE (or 0x6344DE) is known color: Slate Blue. HEX triplet: 63, 44 and DE. RGB value is (99,68,222). Sum of RGB (Red+Green+Blue) = 99+68+222=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #6344DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344DE is #9CBB21. Grayscale: #5E5E5E. Windows color (decimal): -10271522 or 14566499. OLE color: 14566499.

HSL color Cylindrical-coordinate representation of color #6344DE: hue angle of 252.08º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6344DE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 68 222 -
CMYK 0.55 0.69 0 0.13
HSL 252.08º 0.7% 0.57% -
HSV(B) 252.08º 0.69% 0.87% -
XYZ 20.4 12.06 70.36 -
YUV 94.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 99 68 222 0.55 0.69 0 0.13 252.08 0.7 0.57
Hex 63 44 DE 37 45 0 D FC 46 39
Octal 143 104 336 67 105 0 15 374 106 71
Binary 1100011 1000100 11011110 110111 1000101 0 1101 11111100 1000110 111001

Color Harmonies of #6344DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6344DE

Black with #6344DE

Text Example


Text Example

White with #6344DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6344DE; }

 p { color: rgb(99,68,222); }

 H1.HeaderClassName
 {
   color: #6344DE;
 }
 .AnyTagClassName
 {
   color: #6344DE;
 }
</style>

background-color css

<style>
 a { background-color: #6344DE; }

 a { background-color: rgb(99,68,222); }

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

border-color css

<style>
 span { border-color: #6344DE; }

 span { border-color: rgb(99,68,222); }

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