Html Css Color HEX #6345DB Slate Blue

📋 copy color: '#6345DB'

red 99 ◦ green 69 ◦ blue 219

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

Shades of Slate Blue #6345DB

Tints of Slate Blue #6345DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 25.58%
G = 17.83%
B = 56.59%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6345DB (or 0x6345DB) is known color: Slate Blue. HEX triplet: 63, 45 and DB. RGB value is (99,69,219). Sum of RGB (Red+Green+Blue) = 99+69+219=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #6345DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345DB is #9CBA24. Grayscale: #5E5E5E. Windows color (decimal): -10271269 or 14370147. OLE color: 14370147.

HSL color Cylindrical-coordinate representation of color #6345DB: hue angle of 252º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6345DB is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 69 219 -
CMYK 0.55 0.68 0 0.14
HSL 252º 0.68% 0.56% -
HSV(B) 252º 0.68% 0.86% -
XYZ 20.06 12.02 68.28 -
YUV 95.07 197.94 130.8 -
System Red Green Blue C M Y K H S L
Decimal 99 69 219 0.55 0.68 0 0.14 252 0.68 0.56
Hex 63 45 DB 37 44 0 E FC 44 38
Octal 143 105 333 67 104 0 16 374 104 70
Binary 1100011 1000101 11011011 110111 1000100 0 1110 11111100 1000100 111000

Color Harmonies of #6345DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345DB

Black with #6345DB

Text Example


Text Example

White with #6345DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6345DB; }

 p { color: rgb(99,69,219); }

 H1.HeaderClassName
 {
   color: #6345DB;
 }
 .AnyTagClassName
 {
   color: #6345DB;
 }
</style>

background-color css

<style>
 a { background-color: #6345DB; }

 a { background-color: rgb(99,69,219); }

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

border-color css

<style>
 span { border-color: #6345DB; }

 span { border-color: rgb(99,69,219); }

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