Html Css Color HEX #6063DB Slate Blue

📋 copy color: '#6063DB'

red 96 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #6063DB

Tints of Slate Blue #6063DB

RGB

 RED value IS 96 (37.89% from 255) = 23.19%

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 23.19%
G = 23.91%
B = 52.9%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6063DB (or 0x6063DB) is known color: Slate Blue. HEX triplet: 60, 63 and DB. RGB value is (96,99,219). Sum of RGB (Red+Green+Blue) = 96+99+219=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6063DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063DB is #9F9C24. Grayscale: #6F6F6F. Windows color (decimal): -10460197 or 14377824. OLE color: 14377824.

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

Color convert

RGB 96 99 219 -
CMYK 0.56 0.55 0 0.14
HSL 238.54º 0.63% 0.62% -
HSV(B) 238.54º 0.56% 0.86% -
XYZ 22.07 16.52 69.04 -
YUV 111.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 96 99 219 0.56 0.55 0 0.14 238.54 0.63 0.62
Hex 60 63 DB 38 37 0 E EF 3F 3E
Octal 140 143 333 70 67 0 16 357 77 76
Binary 1100000 1100011 11011011 111000 110111 0 1110 11101111 111111 111110

Color Harmonies of #6063DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063DB

Black with #6063DB

Text Example


Text Example

White with #6063DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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