Html Css Color HEX #6063CC Slate Blue

📋 copy color: '#6063CC'

red 96 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #6063CC

Tints of Slate Blue #6063CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 24.06%
G = 24.81%
B = 51.13%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6063CC (or 0x6063CC) is known color: Slate Blue. HEX triplet: 60, 63 and CC. RGB value is (96,99,204). Sum of RGB (Red+Green+Blue) = 96+99+204=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6063CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063CC is #9F9C33. Grayscale: #6D6D6D. Windows color (decimal): -10460212 or 13394784. OLE color: 13394784.

HSL color Cylindrical-coordinate representation of color #6063CC: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6063CC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 99 204 -
CMYK 0.53 0.51 0 0.2
HSL 238.33º 0.51% 0.59% -
HSV(B) 238.33º 0.53% 0.8% -
XYZ 20.18 15.77 59.11 -
YUV 110.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 96 99 204 0.53 0.51 0 0.2 238.33 0.51 0.59
Hex 60 63 CC 35 33 0 14 EE 33 3B
Octal 140 143 314 65 63 0 24 356 63 73
Binary 1100000 1100011 11001100 110101 110011 0 10100 11101110 110011 111011

Color Harmonies of #6063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063CC

Black with #6063CC

Text Example


Text Example

White with #6063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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