Html Css Color HEX #6063DC Slate Blue

📋 copy color: '#6063DC'

red 96 ◦ green 99 ◦ blue 220

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

Shades of Slate Blue #6063DC

Tints of Slate Blue #6063DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 23.13%
G = 23.86%
B = 53.01%

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

#6063DC (or 0x6063DC) is known color: Slate Blue. HEX triplet: 60, 63 and DC. RGB value is (96,99,220). Sum of RGB (Red+Green+Blue) = 96+99+220=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6063DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063DC is #9F9C23. Grayscale: #6F6F6F. Windows color (decimal): -10460196 or 14443360. OLE color: 14443360.

HSL color Cylindrical-coordinate representation of color #6063DC: hue angle of 238.55º degrees, saturation: 0.64, 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 #6063DC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 99 220 -
CMYK 0.56 0.55 0 0.14
HSL 238.55º 0.64% 0.62% -
HSV(B) 238.55º 0.56% 0.86% -
XYZ 22.2 16.58 69.74 -
YUV 111.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 96 99 220 0.56 0.55 0 0.14 238.55 0.64 0.62
Hex 60 63 DC 38 37 0 E EF 40 3E
Octal 140 143 334 70 67 0 16 357 100 76
Binary 1100000 1100011 11011100 111000 110111 0 1110 11101111 1000000 111110

Color Harmonies of #6063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063DC

Black with #6063DC

Text Example


Text Example

White with #6063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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