Html Css Color HEX #6063CE Slate Blue

📋 copy color: '#6063CE'

red 96 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #6063CE

Tints of Slate Blue #6063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 23.94%
G = 24.69%
B = 51.37%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6063CE (or 0x6063CE) is known color: Slate Blue. HEX triplet: 60, 63 and CE. RGB value is (96,99,206). Sum of RGB (Red+Green+Blue) = 96+99+206=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #6063CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063CE is #9F9C31. Grayscale: #6D6D6D. Windows color (decimal): -10460210 or 13525856. OLE color: 13525856.

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

Color convert

RGB 96 99 206 -
CMYK 0.53 0.52 0 0.19
HSL 238.36º 0.53% 0.59% -
HSV(B) 238.36º 0.53% 0.81% -
XYZ 20.43 15.87 60.38 -
YUV 110.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 96 99 206 0.53 0.52 0 0.19 238.36 0.53 0.59
Hex 60 63 CE 35 34 0 13 EE 35 3B
Octal 140 143 316 65 64 0 23 356 65 73
Binary 1100000 1100011 11001110 110101 110100 0 10011 11101110 110101 111011

Color Harmonies of #6063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063CE

Black with #6063CE

Text Example


Text Example

White with #6063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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