Html Css Color HEX #6663DC Slate Blue

📋 copy color: '#6663DC'

red 102 ◦ green 99 ◦ blue 220

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

Shades of Slate Blue #6663DC

Tints of Slate Blue #6663DC

RGB

 RED value IS 102 (40.23% from 255) = 24.23%

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

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

R = 24.23%
G = 23.52%
B = 52.26%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6663DC (or 0x6663DC) is known color: Slate Blue. HEX triplet: 66, 63 and DC. RGB value is (102,99,220). Sum of RGB (Red+Green+Blue) = 102+99+220=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6663DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663DC is #999C23. Grayscale: #717171. Windows color (decimal): -10066980 or 14443366. OLE color: 14443366.

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

Color convert

RGB 102 99 220 -
CMYK 0.54 0.55 0 0.14
HSL 241.49º 0.63% 0.63% -
HSV(B) 241.49º 0.55% 0.86% -
XYZ 22.86 16.92 69.77 -
YUV 113.69 187.99 119.66 -
System Red Green Blue C M Y K H S L
Decimal 102 99 220 0.54 0.55 0 0.14 241.49 0.63 0.63
Hex 66 63 DC 36 37 0 E F1 3F 3F
Octal 146 143 334 66 67 0 16 361 77 77
Binary 1100110 1100011 11011100 110110 110111 0 1110 11110001 111111 111111

Color Harmonies of #6663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6663DC

Black with #6663DC

Text Example


Text Example

White with #6663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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