Html Css Color HEX #6656DA Slate Blue

📋 copy color: '#6656DA'

red 102 ◦ green 86 ◦ blue 218

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

Shades of Slate Blue #6656DA

Tints of Slate Blue #6656DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 25.12%
G = 21.18%
B = 53.69%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6656DA (or 0x6656DA) is known color: Slate Blue. HEX triplet: 66, 56 and DA. RGB value is (102,86,218). Sum of RGB (Red+Green+Blue) = 102+86+218=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #6656DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656DA is #99A925. Grayscale: #696969. Windows color (decimal): -10070310 or 14308966. OLE color: 14308966.

HSL color Cylindrical-coordinate representation of color #6656DA: hue angle of 247.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6656DA is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 86 218 -
CMYK 0.53 0.61 0 0.15
HSL 247.27º 0.64% 0.6% -
HSV(B) 247.27º 0.61% 0.85% -
XYZ 21.46 14.54 68.01 -
YUV 105.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 102 86 218 0.53 0.61 0 0.15 247.27 0.64 0.6
Hex 66 56 DA 35 3D 0 F F7 40 3C
Octal 146 126 332 65 75 0 17 367 100 74
Binary 1100110 1010110 11011010 110101 111101 0 1111 11110111 1000000 111100

Color Harmonies of #6656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6656DA

Black with #6656DA

Text Example


Text Example

White with #6656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6656DA; }

 p { color: rgb(102,86,218); }

 H1.HeaderClassName
 {
   color: #6656DA;
 }
 .AnyTagClassName
 {
   color: #6656DA;
 }
</style>

background-color css

<style>
 a { background-color: #6656DA; }

 a { background-color: rgb(102,86,218); }

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

border-color css

<style>
 span { border-color: #6656DA; }

 span { border-color: rgb(102,86,218); }

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