Html Css Color HEX #646BDA Slate Blue

📋 copy color: '#646BDA'

red 100 ◦ green 107 ◦ blue 218

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

Shades of Slate Blue #646BDA

Tints of Slate Blue #646BDA

RGB

 RED value IS 100 (39.45% from 255) = 23.53%

 GREEN value IS 107 (42.19% from 255) = 25.18%

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

R = 23.53%
G = 25.18%
B = 51.29%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#646BDA (or 0x646BDA) is known color: Slate Blue. HEX triplet: 64, 6B and DA. RGB value is (100,107,218). Sum of RGB (Red+Green+Blue) = 100+107+218=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #646BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BDA is #9B9425. Grayscale: #757575. Windows color (decimal): -10196006 or 14314340. OLE color: 14314340.

HSL color Cylindrical-coordinate representation of color #646BDA: hue angle of 236.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646BDA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 107 218 -
CMYK 0.54 0.51 0 0.15
HSL 236.44º 0.61% 0.62% -
HSV(B) 236.44º 0.54% 0.85% -
XYZ 23.17 18.29 68.64 -
YUV 117.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 100 107 218 0.54 0.51 0 0.15 236.44 0.61 0.62
Hex 64 6B DA 36 33 0 F EC 3D 3E
Octal 144 153 332 66 63 0 17 354 75 76
Binary 1100100 1101011 11011010 110110 110011 0 1111 11101100 111101 111110

Color Harmonies of #646BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BDA

Black with #646BDA

Text Example


Text Example

White with #646BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646BDA; }

 p { color: rgb(100,107,218); }

 H1.HeaderClassName
 {
   color: #646BDA;
 }
 .AnyTagClassName
 {
   color: #646BDA;
 }
</style>

background-color css

<style>
 a { background-color: #646BDA; }

 a { background-color: rgb(100,107,218); }

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

border-color css

<style>
 span { border-color: #646BDA; }

 span { border-color: rgb(100,107,218); }

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