Html Css Color HEX #6344C8 Slate Blue

📋 copy color: '#6344C8'

red 99 ◦ green 68 ◦ blue 200

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

Shades of Slate Blue #6344C8

Tints of Slate Blue #6344C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.5%

R = 26.98%
G = 18.53%
B = 54.5%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6344C8 (or 0x6344C8) is known color: Slate Blue. HEX triplet: 63, 44 and C8. RGB value is (99,68,200). Sum of RGB (Red+Green+Blue) = 99+68+200=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #6344C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344C8 is #9CBB37. Grayscale: #5B5B5B. Windows color (decimal): -10271544 or 13124707. OLE color: 13124707.

HSL color Cylindrical-coordinate representation of color #6344C8: hue angle of 254.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6344C8 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 68 200 -
CMYK 0.50 0.66 0 0.22
HSL 254.09º 0.55% 0.53% -
HSV(B) 254.09º 0.66% 0.78% -
XYZ 17.64 10.96 55.83 -
YUV 92.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 99 68 200 0.50 0.66 0 0.22 254.09 0.55 0.53
Hex 63 44 C8 32 42 0 16 FE 37 35
Octal 143 104 310 62 102 0 26 376 67 65
Binary 1100011 1000100 11001000 110010 1000010 0 10110 11111110 110111 110101

Color Harmonies of #6344C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6344C8

Black with #6344C8

Text Example


Text Example

White with #6344C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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