Html Css Color HEX #6369DB Slate Blue

📋 copy color: '#6369DB'

red 99 ◦ green 105 ◦ blue 219

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

Shades of Slate Blue #6369DB

Tints of Slate Blue #6369DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.82%

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

R = 23.4%
G = 24.82%
B = 51.77%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6369DB (or 0x6369DB) is known color: Slate Blue. HEX triplet: 63, 69 and DB. RGB value is (99,105,219). Sum of RGB (Red+Green+Blue) = 99+105+219=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6369DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369DB is #9C9624. Grayscale: #737373. Windows color (decimal): -10262053 or 14379363. OLE color: 14379363.

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

Color convert

RGB 99 105 219 -
CMYK 0.55 0.52 0 0.14
HSL 237º 0.63% 0.62% -
HSV(B) 237º 0.55% 0.86% -
XYZ 22.98 17.87 69.26 -
YUV 116.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 99 105 219 0.55 0.52 0 0.14 237 0.63 0.62
Hex 63 69 DB 37 34 0 E ED 3E 3E
Octal 143 151 333 67 64 0 16 355 76 76
Binary 1100011 1101001 11011011 110111 110100 0 1110 11101101 111110 111110

Color Harmonies of #6369DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6369DB

Black with #6369DB

Text Example


Text Example

White with #6369DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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